Revert 7b5f8b0 except removing trailing spaces

This commit is contained in:
Jun Hiroe
2015-09-05 00:04:43 +09:00
parent fb3883e57e
commit 6ced9c3752
+1 -2
View File
@@ -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|