summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-11 05:52:45 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-11 05:52:45 -0800
commit06fec34e1328aeae512e329b4e9ce654c8710a0a (patch)
treef38818795e0bd0903aca29042c6504903ac9d348 /Rakefile
parent453946971319b07952ec77ca5f4a27f0411fae17 (diff)
parent33d843d185ea929ced6ce2d7aadbcce760f87eb8 (diff)
downloadmruby-06fec34e1328aeae512e329b4e9ce654c8710a0a.tar.gz
mruby-06fec34e1328aeae512e329b4e9ce654c8710a0a.zip
Merge pull request #727 from mattn/dep_gems
Add dependency to build gems list
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 776768045..fd0336033 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,8 @@ load 'tasks/mruby_gem_spec.rake'
##############################
# compile flags
-load File.expand_path(ENV['CONFIG'] || './build_config.rb')
+MRUBY_CONFIG = File.expand_path(ENV['MRUBY_CONFIG'] || './build_config.rb')
+load MRUBY_CONFIG
load 'tasks/rules.rake'
load 'src/mruby_core.rake'