Commit 12c24e0e authored by Ralph Desir(Mav7)'s avatar Ralph Desir(Mav7)

got rid of dummy gem

parent d1691268
...@@ -21,7 +21,7 @@ MRuby::Build.new do |conf| ...@@ -21,7 +21,7 @@ MRuby::Build.new do |conf|
# include the default GEMs # include the default GEMs
conf.gembox 'default' conf.gembox 'default'
conf.gem '/home/thamav/tests/mrbgem_test'
# C compiler settings # C compiler settings
# conf.cc do |cc| # conf.cc do |cc|
# cc.command = ENV['CC'] || 'gcc' # cc.command = ENV['CC'] || 'gcc'
...@@ -82,7 +82,7 @@ MRuby::Build.new do |conf| ...@@ -82,7 +82,7 @@ MRuby::Build.new do |conf|
# bintest # bintest
# conf.enable_bintest # conf.enable_bintest
end end
=begin
MRuby::Build.new('host-debug') do |conf| MRuby::Build.new('host-debug') do |conf|
# load specific toolchain settings # load specific toolchain settings
...@@ -117,7 +117,7 @@ MRuby::Build.new('test') do |conf| ...@@ -117,7 +117,7 @@ MRuby::Build.new('test') do |conf|
conf.gembox 'default' conf.gembox 'default'
end end
=end
# Define cross build settings # Define cross build settings
# MRuby::CrossBuild.new('32bit') do |conf| # MRuby::CrossBuild.new('32bit') do |conf|
# toolchain :gcc # toolchain :gcc
......
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