diff options
| author | Ralph Desir <[email protected]> | 2015-10-14 22:48:49 -0400 |
|---|---|---|
| committer | Ralph Desir <[email protected]> | 2015-10-14 22:48:49 -0400 |
| commit | 2df9786f33e8be5ef50e36330e54e6d6d02bf234 (patch) | |
| tree | 8a344cd73946eec60c3ce515bbe40faa51e06517 | |
| parent | d702b7fdf033e6c0d1cd2a18dc503b764d6da743 (diff) | |
| download | mruby-2df9786f33e8be5ef50e36330e54e6d6d02bf234.tar.gz mruby-2df9786f33e8be5ef50e36330e54e6d6d02bf234.zip | |
got rid of dummy gem i was testing
| -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 427600a23..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/mrbgems_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 |
