diff options
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/build_config.rb b/build_config.rb index 670721ee3..424f9d08e 100644 --- a/build_config.rb +++ b/build_config.rb @@ -43,13 +43,20 @@ MRuby::Build.new do |conf| # Use Random class conf.gem "#{root}/mrbgems/mruby-random" - + # No use eval method # conf.gem "#{root}/mrbgems/mruby-eval" # Generate binaries - # conf.bins = %w(mrbc mruby mirb) + # conf.bins = %w(mrbc) + + # Generate mirb command + conf.gem "#{root}/mrbgems/mruby-bin-mirb" + + # Generate mruby command + conf.gem "#{root}/mrbgems/mruby-bin-mruby" + # C compiler settings # conf.cc do |cc| |
