From ac79bd58860d81b728760050bbfa347cfd7facfd Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 20 Dec 2012 10:51:39 +0900 Subject: possible to specify ENABLE_GEMS=true. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3