Skip to content

Commit

Permalink
Merge pull request #1106 from nobu/cflags
Browse files Browse the repository at this point in the history
Use `append_cflags` for other than GCC
  • Loading branch information
soutaro committed Sep 7, 2022
2 parents ef89a5c + fe1988d commit 39f9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rbs_extension/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'mkmf'
$INCFLAGS << " -I$(top_srcdir)" if $extmk
$CFLAGS += " -std=c99 "
append_cflags ['-std=c99']
create_makefile 'rbs_extension'

0 comments on commit 39f9598

Please sign in to comment.