diff options
| author | Ralph Desir(Mav7) <[email protected]> | 2015-10-15 19:46:25 -0400 |
|---|---|---|
| committer | Ralph Desir(Mav7) <[email protected]> | 2015-10-15 19:46:25 -0400 |
| commit | 12c24e0e89f452c2aff6d3d0b1fafa79468eca29 (patch) | |
| tree | 7ba3d6d960dd48588892d7fd2a5706d9d0b14837 | |
| parent | d16912681a13a2dc6d5e1779bf36b67debce2a55 (diff) | |
| download | mruby-12c24e0e89f452c2aff6d3d0b1fafa79468eca29.tar.gz mruby-12c24e0e89f452c2aff6d3d0b1fafa79468eca29.zip | |
got rid of dummy gem
| -rw-r--r-- | build_config.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_config.rb b/build_config.rb index 47a765c0f..96b1d4684 100644 --- a/build_config.rb +++ b/build_config.rb @@ -21,7 +21,7 @@ MRuby::Build.new do |conf| # include the default GEMs conf.gembox 'default' - conf.gem '/home/thamav/tests/mrbgem_test' + # C compiler settings # conf.cc do |cc| # cc.command = ENV['CC'] || 'gcc' @@ -82,7 +82,7 @@ MRuby::Build.new do |conf| # bintest # conf.enable_bintest end -=begin + MRuby::Build.new('host-debug') do |conf| # load specific toolchain settings @@ -117,7 +117,7 @@ MRuby::Build.new('test') do |conf| conf.gembox 'default' end -=end + # Define cross build settings # MRuby::CrossBuild.new('32bit') do |conf| # toolchain :gcc |
