summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2015-09-05 00:04:43 +0900
committerJun Hiroe <[email protected]>2015-09-05 00:08:12 +0900
commit6ced9c3752eefbb1b2a9ad971953f82f530c1a04 (patch)
treede7598cd5940d4856ad598ae76385d5bb5483c14 /build_config.rb
parentfb3883e57ed5da37dfe9cfc46b51ea06bb5e3239 (diff)
downloadmruby-6ced9c3752eefbb1b2a9ad971953f82f530c1a04.tar.gz
mruby-6ced9c3752eefbb1b2a9ad971953f82f530c1a04.zip
Revert 7b5f8b0 except removing trailing spaces
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb3
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|