diff options
| -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| |
