diff options
| author | h2so5 <[email protected]> | 2013-04-17 07:01:32 +0900 |
|---|---|---|
| committer | h2so5 <[email protected]> | 2013-04-17 22:59:57 +0900 |
| commit | 1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a (patch) | |
| tree | bb97c35a42b0c3cedb0c43ff0c83051c5fe8eff1 /build_config.rb | |
| parent | 4b24ee189ef5b2190562ce4c67d48c3170bdc2a2 (diff) | |
| download | mruby-1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a.tar.gz mruby-1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a.zip | |
Add mruby-proc-ext
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index 38933dca9..de7cf0383 100644 --- a/build_config.rb +++ b/build_config.rb @@ -44,6 +44,9 @@ MRuby::Build.new do |conf| # Use extensional Range class conf.gem "#{root}/mrbgems/mruby-range-ext" + # Use extensional Proc class + conf.gem "#{root}/mrbgems/mruby-proc-ext" + # Use Random class conf.gem "#{root}/mrbgems/mruby-random" |
