diff options
| author | Kouki Ooyatsu <[email protected]> | 2013-03-22 17:04:38 +0900 |
|---|---|---|
| committer | Kouki Ooyatsu <[email protected]> | 2013-03-22 17:10:42 +0900 |
| commit | dfe2359b0c7d93864287d0566e49b118e16f288f (patch) | |
| tree | 57b0b424511abdef30d28bf95bdb4421fbba273f /build_config.rb | |
| parent | b547a7ed2cc781500a572b3a24fdfba7aed85e40 (diff) | |
| download | mruby-dfe2359b0c7d93864287d0566e49b118e16f288f.tar.gz mruby-dfe2359b0c7d93864287d0566e49b118e16f288f.zip | |
add mruby-hash-ext mrbgem, and method: Hash#merge!
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 d41c44b98..baf0a6233 100644 --- a/build_config.rb +++ b/build_config.rb @@ -35,6 +35,9 @@ MRuby::Build.new do |conf| # Use extensional Array class conf.gem "#{root}/mrbgems/mruby-array-ext" + # Use extensional Hash class + conf.gem "#{root}/mrbgems/mruby-hash-ext" + # Generate binaries # conf.bins = %w(mrbc mruby mirb) |
