mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2942 from suzukaze/revert
Revert 7b5f8b0 except removing trailing spaces
This commit is contained in:
+1
-2
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user