summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build_commands.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-29 05:43:14 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-29 05:43:14 -0800
commitc14d34e59d0e067c7004bda40a9f91a264bb6dd5 (patch)
tree556edcbda7cb839eab22e368a191900155c03c13 /tasks/mruby_build_commands.rake
parent1724042225c4a4ce8b2222569c5b86937729d11a (diff)
parentc32a16130f53816e13812d8f0d9cf0a19794f825 (diff)
downloadmruby-c14d34e59d0e067c7004bda40a9f91a264bb6dd5.tar.gz
mruby-c14d34e59d0e067c7004bda40a9f91a264bb6dd5.zip
Merge pull request #790 from carsonmcdonald/nogemdefchange
Change the way that the DISABLE_GEMS flag is set.
Diffstat (limited to 'tasks/mruby_build_commands.rake')
-rw-r--r--tasks/mruby_build_commands.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake
index 20203ad7e..75cfc55c2 100644
--- a/tasks/mruby_build_commands.rake
+++ b/tasks/mruby_build_commands.rake
@@ -40,7 +40,7 @@ module MRuby
@flags = [ENV['CFLAGS'] || []]
@source_exts = source_exts
@include_paths = ["#{build.root}/include"]
- @defines = %w(DISABLE_GEMS)
+ @defines = %w()
@option_include_path = '-I%s'
@option_define = '-D%s'
@compile_options = "%{flags} -MMD -o %{outfile} -c %{infile}"