diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-09-22 00:10:49 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 18:20:27 +0900 |
| commit | c80ece214967d8d948ac31ab5474c973fed52708 (patch) | |
| tree | 6107cdf3d3813263b96d9e7acc213a2931c95149 | |
| parent | 356b719fef938f964eb7ba1aa93aadac9470fec1 (diff) | |
| download | mruby-c80ece214967d8d948ac31ab5474c973fed52708.tar.gz mruby-c80ece214967d8d948ac31ab5474c973fed52708.zip | |
Add `bintest` to `host-m32` target.
| -rw-r--r-- | target/host-m32.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/host-m32.rb b/target/host-m32.rb index d1cddc907..39b2c952f 100644 --- a/target/host-m32.rb +++ b/target/host-m32.rb @@ -11,4 +11,5 @@ MRuby::Build.new do |conf| # Turn on `enable_debug` for better debugging enable_debug conf.enable_test + conf.enable_bintest end |
