summaryrefslogtreecommitdiffhomepage
path: root/target/host.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-02 09:09:17 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:20:48 +0900
commit3ec61c09294a399c38509629fccd7e223b762f35 (patch)
tree6823a05367d62be1b0025b7c340e1a8fa4a884e0 /target/host.rb
parent10b1a52bb88ac3a7443c91fd866f8724169a2586 (diff)
downloadmruby-3ec61c09294a399c38509629fccd7e223b762f35.tar.gz
mruby-3ec61c09294a399c38509629fccd7e223b762f35.zip
Update `host*` targets to use `default.gembox`.
And now `default.gembox` includes `mruby-socket` gem.
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 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|