summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-04-27 16:53:25 +0800
committerDaniel Bovensiepen <[email protected]>2013-04-27 16:53:25 +0800
commit0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b (patch)
treed1f099124f8f29b027eb41859a0f1713dacc069d
parenta6b8514feca896210565ab19e71e93ac1a19d971 (diff)
downloadmruby-0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b.tar.gz
mruby-0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b.zip
FIX: Default build should use default GEMs and not all Core GEMs
-rw-r--r--build_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb
index cb98ae380..a6502ac86 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -12,7 +12,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
# include the default GEMs
- conf.gembox 'full-core'
+ conf.gembox 'default'
# C compiler settings
# conf.cc do |cc|