summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/Makefile4gem
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-22 07:40:51 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-22 07:40:51 -0800
commitb42d17adb3d4a8481b3399b5e2ce2a8b783f9aea (patch)
treecfb4e4e4cde2da7b5a99f73c856e5b2f22cb72e6 /mrbgems/Makefile4gem
parent22c72b4d2abf7dce50237eab7b6338c8597a75de (diff)
parentb6c39975ab0f2977ba6efd4f2932d8aa80f2ed59 (diff)
downloadmruby-b42d17adb3d4a8481b3399b5e2ce2a8b783f9aea.tar.gz
mruby-b42d17adb3d4a8481b3399b5e2ce2a8b783f9aea.zip
Merge pull request #668 from matsumoto-r/support_gem_flags_list
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
Diffstat (limited to 'mrbgems/Makefile4gem')
-rw-r--r--mrbgems/Makefile4gem2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/Makefile4gem b/mrbgems/Makefile4gem
index 27b4701c4..d9f7d3724 100644
--- a/mrbgems/Makefile4gem
+++ b/mrbgems/Makefile4gem
@@ -124,7 +124,7 @@ gem-clean-rb-files :
%.o : %.c
- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(GEM_INCLUDE_LIST) $< -o $@
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(GEM_CFLAGS_LIST) $< -o $@
.PHONY : clean
clean : gem-clean