diff options
| author | Carson McDonald <[email protected]> | 2013-01-28 08:54:27 -0500 |
|---|---|---|
| committer | Carson McDonald <[email protected]> | 2013-01-28 08:54:27 -0500 |
| commit | c32a16130f53816e13812d8f0d9cf0a19794f825 (patch) | |
| tree | 944018e0859fa4161139e3e60a2a41262b042d02 /tasks/mruby_build_commands.rake | |
| parent | 0410bb7623a27ac427f190e3144c85b6446bec05 (diff) | |
| download | mruby-c32a16130f53816e13812d8f0d9cf0a19794f825.tar.gz mruby-c32a16130f53816e13812d8f0d9cf0a19794f825.zip | |
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.rake | 2 |
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}" |
