diff options
| author | MATSUMOTO Ryosuke <[email protected]> | 2013-03-27 10:52:34 +0900 |
|---|---|---|
| committer | MATSUMOTO Ryosuke <[email protected]> | 2013-03-27 10:52:34 +0900 |
| commit | 84f8a561b1ac03e322ae164044033ee762c2c0f7 (patch) | |
| tree | 5b10340c67f3ecae82802a78bc9faadd7143333b /build_config.rb | |
| parent | 07dc11cae31a8148310c598770d687a1eaa91491 (diff) | |
| download | mruby-84f8a561b1ac03e322ae164044033ee762c2c0f7.tar.gz mruby-84f8a561b1ac03e322ae164044033ee762c2c0f7.zip | |
Activated mruby-random
Diffstat (limited to 'build_config.rb')
| -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) |
