remove trailing spaces from bc9c47d5

parent c6aa87c8
......@@ -21,6 +21,7 @@ MRuby::Build.new do |conf|
# include the default GEMs
conf.gembox 'default'
conf.gem :core => 'mruby-eval'
# C compiler settings
# conf.cc do |cc|
......@@ -105,7 +106,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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment