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/mrbgem_spec.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/mrbgem_spec.rake')
| -rw-r--r-- | tasks/mrbgem_spec.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake index 0e228629b..c119ea49c 100644 --- a/tasks/mrbgem_spec.rake +++ b/tasks/mrbgem_spec.rake @@ -37,7 +37,6 @@ module MRuby MRuby::Gem.current = self @build.compilers.each do |compiler| - compiler.defines -= %w(DISABLE_GEMS) compiler.include_paths << "#{dir}/include" end MRuby::Build::COMMANDS.each do |command| |
