Commit 47795d06 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2942 from suzukaze/revert

Revert 7b5f8b07 except removing trailing spaces
parents fb3883e5 6ced9c37
...@@ -21,7 +21,6 @@ MRuby::Build.new do |conf| ...@@ -21,7 +21,6 @@ MRuby::Build.new do |conf|
# include the default GEMs # include the default GEMs
conf.gembox 'default' conf.gembox 'default'
conf.gem :core => 'mruby-eval'
# C compiler settings # C compiler settings
# conf.cc do |cc| # conf.cc do |cc|
...@@ -106,7 +105,7 @@ MRuby::Build.new('host-debug') do |conf| ...@@ -106,7 +105,7 @@ MRuby::Build.new('host-debug') do |conf|
conf.gem :core => "mruby-bin-debugger" conf.gem :core => "mruby-bin-debugger"
# bintest # bintest
conf.enable_bintest # conf.enable_bintest
end end
MRuby::Build.new('test') do |conf| 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