diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-23 10:59:23 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-23 10:59:23 +0900 |
| commit | a7dc817add5542ec6806484a35cbc57e3ed10629 (patch) | |
| tree | b4424623589cba7564fe4bcc948a53bcf6645cdc /build_config.rb | |
| parent | 5717994452117f09b6931178fa45a471965b30a8 (diff) | |
| download | mruby-a7dc817add5542ec6806484a35cbc57e3ed10629.tar.gz mruby-a7dc817add5542ec6806484a35cbc57e3ed10629.zip | |
add mruby-eval mrbgem (no activation though)
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index baf0a6233..475ff27a8 100644 --- a/build_config.rb +++ b/build_config.rb @@ -38,9 +38,12 @@ MRuby::Build.new do |conf| # Use extensional Hash class conf.gem "#{root}/mrbgems/mruby-hash-ext" + # No use eval method + # conf.gem "#{root}/mrbgems/mruby-eval + # Generate binaries # conf.bins = %w(mrbc mruby mirb) - + # C compiler settings # conf.cc do |cc| # cc.command = ENV['CC'] || 'gcc' |
