summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authormattn <[email protected]>2012-12-20 10:51:39 +0900
committermattn <[email protected]>2012-12-20 10:51:39 +0900
commitac79bd58860d81b728760050bbfa347cfd7facfd (patch)
treeac08d9093e2efe6fd79a6792ab01b440a5361a97 /Rakefile
parent06f8b784386f8bce9679d93144d4c403b1b4d133 (diff)
downloadmruby-ac79bd58860d81b728760050bbfa347cfd7facfd.tar.gz
mruby-ac79bd58860d81b728760050bbfa347cfd7facfd.zip
possible to specify ENABLE_GEMS=true.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a1c2e9441..5986f2fc4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ MAKE = ENV['MAKE'] || 'make'
MRUBY_ROOT = ENV['MRUBY_ROOT'] || File.expand_path(File.dirname(__FILE__))
# by default GEMs are deactivated
-ENABLE_GEMS = false
+ENABLE_GEMS = ENV['ENABLE_GEMS'] == 'true'
# the default file which contains the active GEMs
ACTIVE_GEMS = File.join(File.dirname(__FILE__), 'mrbgems', 'GEMS.active')