summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/host-debug.rb2
-rw-r--r--target/host-shared.rb2
-rw-r--r--target/host.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/target/host-debug.rb b/target/host-debug.rb
index 4e89d162c..2fcb22e8f 100644
--- a/target/host-debug.rb
+++ b/target/host-debug.rb
@@ -11,7 +11,7 @@ MRuby::Build.new('host-debug') 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)
diff --git a/target/host-shared.rb b/target/host-shared.rb
index c6b6eb3dc..87b317414 100644
--- a/target/host-shared.rb
+++ b/target/host-shared.rb
@@ -9,7 +9,7 @@ MRuby::Build.new do |conf|
end
# include the GEM box
- conf.gembox 'full-core'
+ conf.gembox 'default'
# C compiler settings
conf.cc do |cc|
diff --git a/target/host.rb b/target/host.rb
index eb6e3c15f..4b12ab70a 100644
--- a/target/host.rb
+++ b/target/host.rb
@@ -20,7 +20,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => '[email protected]:mattn/mruby-onig-regexp.git', :branch => 'master', :options => '-v'
# include the GEM box
- conf.gembox 'full-core'
+ conf.gembox 'default'
# C compiler settings
# conf.cc do |cc|