From 7932523052cd45747f9878cf0b1dc5a899191c79 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 14 Sep 2020 09:16:52 +0900 Subject: Remove `host-debug` internal target. Target `host-debug` to use `host` internal target with debugging configuration. --- target/host-debug.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/host-debug.rb b/target/host-debug.rb index 423286888..ad4106065 100644 --- a/target/host-debug.rb +++ b/target/host-debug.rb @@ -1,4 +1,4 @@ -MRuby::Build.new('host-debug') do |conf| +MRuby::Build.new('host') do |conf| # load specific toolchain settings # Gets set by the VS command prompts. @@ -19,5 +19,8 @@ MRuby::Build.new('host-debug') do |conf| # Generate mruby debugger command (require mruby-eval) conf.gem :core => "mruby-bin-debugger" + # test + enable_test # bintest + enable_bintest end -- cgit v1.2.3