summaryrefslogtreecommitdiffhomepage
path: root/target/host.rb
diff options
context:
space:
mode:
Diffstat (limited to 'target/host.rb')
-rw-r--r--target/host.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/host.rb b/target/host.rb
index 4b12ab70a..eb6e3c15f 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 'default'
+ conf.gembox 'full-core'
# C compiler settings
# conf.cc do |cc|