diff options
| author | Ralph Desir(Mav7) <[email protected]> | 2015-10-14 02:50:12 -0400 |
|---|---|---|
| committer | Ralph Desir(Mav7) <[email protected]> | 2015-10-14 02:50:12 -0400 |
| commit | a5b416e2ce31f28ec4c588b3bc1d0b0567faf7ba (patch) | |
| tree | 657a21c74735eb62237c0a02891b291bf3343b52 /build_config.rb | |
| parent | 6276227e70753a1f7462fd8b6dfb1d29f36f0e88 (diff) | |
| download | mruby-a5b416e2ce31f28ec4c588b3bc1d0b0567faf7ba.tar.gz mruby-a5b416e2ce31f28ec4c588b3bc1d0b0567faf7ba.zip | |
Added documentation for mrb_undef_method
Diffstat (limited to 'build_config.rb')
| -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 96b1d4684..427600a23 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 |
