diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:53:25 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:53:25 +0800 |
| commit | 0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b (patch) | |
| tree | d1f099124f8f29b027eb41859a0f1713dacc069d /build_config.rb | |
| parent | a6b8514feca896210565ab19e71e93ac1a19d971 (diff) | |
| download | mruby-0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b.tar.gz mruby-0ad9e5a37d9cd01a104c8643cc03e88c1894ad0b.zip | |
FIX: Default build should use default GEMs and not all Core GEMs
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 2 |
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| |
