diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-10 09:50:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-10 09:50:32 +0900 |
| commit | d7960bf2a92bf27cfce3d8871e44eb87d7ce55b3 (patch) | |
| tree | 1781c0e7624aae34ddf3609e94dc2e48eea30d8e /build_config.rb | |
| parent | 5519bd69bcd8b5c91b546d397371a42db796bf27 (diff) | |
| parent | 05fb139d28c2814b2b19a65d0f83c72bc1644777 (diff) | |
| download | mruby-d7960bf2a92bf27cfce3d8871e44eb87d7ce55b3.tar.gz mruby-d7960bf2a92bf27cfce3d8871e44eb87d7ce55b3.zip | |
resolve conflict in travis_config.rb
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index 85d94df14..e8d07769d 100644 --- a/build_config.rb +++ b/build_config.rb @@ -78,6 +78,9 @@ MRuby::Build.new do |conf| # file separetor # conf.file_separator = '/' + + # bintest + # conf.enable_bintest = true end # Define cross build settings |
