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 => 'git@github.com: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|