remove trailing spaces from bc9c47d5

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-09-03 01:39:17 +09:00
parent c6aa87c837
commit 7b5f8b0728
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ 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|
@@ -105,7 +106,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|