summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-cxx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config/host-cxx.rb')
-rw-r--r--build_config/host-cxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-cxx.rb b/build_config/host-cxx.rb
index ae05e63c2..fa75a3ccb 100644
--- a/build_config/host-cxx.rb
+++ b/build_config/host-cxx.rb
@@ -3,7 +3,7 @@ MRuby::Build.new do |conf|
enable_debug
# include the default GEMs
- conf.gembox 'full-core'
+ conf.gembox 'default'
# C compiler settings
conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)