diff options
| author | take_cheeze <[email protected]> | 2014-04-09 13:59:39 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-04-09 13:59:39 +0900 |
| commit | 604134e57d76487f9904d57aba47880fcfb1314e (patch) | |
| tree | d25c711a36fe6af27bec3f4f825a801d30f56b9c /build_config.rb | |
| parent | 63cf7073de6e9341e18b323f679afead2bacd924 (diff) | |
| download | mruby-604134e57d76487f9904d57aba47880fcfb1314e.tar.gz mruby-604134e57d76487f9904d57aba47880fcfb1314e.zip | |
Make bintest enabling like other `enable_xxx` methods.
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 991a6bfb3..3f8009047 100644 --- a/build_config.rb +++ b/build_config.rb @@ -80,7 +80,7 @@ MRuby::Build.new do |conf| # conf.file_separator = '/' # bintest - # conf.enable_bintest = true + # conf.enable_bintest end # Define cross build settings |
