diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-08-04 10:39:33 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:26 +0900 |
| commit | 84a68ca5aeb5fa29543fb23eeda717bcb8a131fe (patch) | |
| tree | 9a47fd3d725a158f7e563e8060816e81c9ea1765 /target/host-debug.rb | |
| parent | 5e9dc72bc5a5f65e2bd4fde4b7e040be58962b4b (diff) | |
| download | mruby-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.rb | 1 |
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 |
