summaryrefslogtreecommitdiffhomepage
path: root/target/host-debug.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-08-04 10:39:33 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:26 +0900
commit84a68ca5aeb5fa29543fb23eeda717bcb8a131fe (patch)
tree9a47fd3d725a158f7e563e8060816e81c9ea1765 /target/host-debug.rb
parent5e9dc72bc5a5f65e2bd4fde4b7e040be58962b4b (diff)
downloadmruby-84a68ca5aeb5fa29543fb23eeda717bcb8a131fe.tar.gz
mruby-84a68ca5aeb5fa29543fb23eeda717bcb8a131fe.zip
Make sure `bintest` only works with `host` target.
Diffstat (limited to 'target/host-debug.rb')
-rw-r--r--target/host-debug.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/host-debug.rb b/target/host-debug.rb
index 4e89d162c..44eccacf6 100644
--- a/target/host-debug.rb
+++ b/target/host-debug.rb
@@ -20,5 +20,4 @@ MRuby::Build.new('host-debug') do |conf|
conf.gem :core => "mruby-bin-debugger"
# bintest
- # conf.enable_bintest
end