summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/Makefile4gem
diff options
context:
space:
mode:
authorMATSUMOTO Ryosuke <[email protected]>2012-12-22 23:30:37 +0900
committerMATSUMOTO Ryosuke <[email protected]>2012-12-22 23:30:37 +0900
commitb6c39975ab0f2977ba6efd4f2932d8aa80f2ed59 (patch)
treed40265e450c2d665919bd077cefe623d580106a0 /mrbgems/Makefile4gem
parenta30c7fa73082d1e17bdd3adf87afd40e09640ef8 (diff)
downloadmruby-b6c39975ab0f2977ba6efd4f2932d8aa80f2ed59.tar.gz
mruby-b6c39975ab0f2977ba6efd4f2932d8aa80f2ed59.zip
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
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 d6022c84a..08cdf11b5 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