From 3ec61c09294a399c38509629fccd7e223b762f35 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 2 May 2020 09:09:17 +0900 Subject: Update `host*` targets to use `default.gembox`. And now `default.gembox` includes `mruby-socket` gem. --- target/host-debug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/host-debug.rb') 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) -- cgit v1.2.3