summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-22 18:33:31 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-22 18:33:31 -0700
commit1ed2afeeca18c059a14ed4e97d747476eb625d53 (patch)
tree0477e2b7d2d4614e659776d1e9dd808b2c97d37c /build_config.rb
parentaf5f23d2cd2222256f3aab3af8c84d991fb38d8b (diff)
parentdfe2359b0c7d93864287d0566e49b118e16f288f (diff)
downloadmruby-1ed2afeeca18c059a14ed4e97d747476eb625d53.tar.gz
mruby-1ed2afeeca18c059a14ed4e97d747476eb625d53.zip
Merge pull request #1045 from kouki-o-iij/pr-hash-ext
add mruby-hash-ext mrbgem, and method: Hash#merge!
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb3
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)