diff options
| author | Jun Hiroe <[email protected]> | 2015-09-05 00:04:43 +0900 |
|---|---|---|
| committer | Jun Hiroe <[email protected]> | 2015-09-05 00:08:12 +0900 |
| commit | 6ced9c3752eefbb1b2a9ad971953f82f530c1a04 (patch) | |
| tree | de7598cd5940d4856ad598ae76385d5bb5483c14 | |
| parent | fb3883e57ed5da37dfe9cfc46b51ea06bb5e3239 (diff) | |
| download | mruby-6ced9c3752eefbb1b2a9ad971953f82f530c1a04.tar.gz mruby-6ced9c3752eefbb1b2a9ad971953f82f530c1a04.zip | |
Revert 7b5f8b0 except removing trailing spaces
| -rw-r--r-- | build_config.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build_config.rb b/build_config.rb index d3c1ebc1f..96b1d4684 100644 --- a/build_config.rb +++ b/build_config.rb @@ -21,7 +21,6 @@ MRuby::Build.new do |conf| # include the default GEMs conf.gembox 'default' - conf.gem :core => 'mruby-eval' # C compiler settings # conf.cc do |cc| @@ -106,7 +105,7 @@ MRuby::Build.new('host-debug') do |conf| conf.gem :core => "mruby-bin-debugger" # bintest - conf.enable_bintest + # conf.enable_bintest end MRuby::Build.new('test') do |conf| |
