summaryrefslogtreecommitdiffhomepage
path: root/target/host-debug.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-debug.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-debug.rb')
-rw-r--r--target/host-debug.rb2
1 files changed, 1 insertions, 1 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)