diff options
| -rw-r--r-- | build_config.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build_config.rb b/build_config.rb index 66c64ab80..5ea4aad4f 100644 --- a/build_config.rb +++ b/build_config.rb @@ -41,11 +41,12 @@ MRuby::Build.new do |conf| # Use extensional Hash class conf.gem "#{root}/mrbgems/mruby-hash-ext" + # Use Random class + conf.gem "#{root}/mrbgems/mruby-random" + # No use eval method # conf.gem "#{root}/mrbgems/mruby-eval" - # No use Random module - # conf.gem "#{root}/mrbgems/mruby-random" # Generate binaries # conf.bins = %w(mrbc mruby mirb) |
