From 59d33146e56d9dcc67592398482b617693a7c77c Mon Sep 17 00:00:00 2001 From: skandhas Date: Fri, 15 Mar 2013 11:29:48 +0800 Subject: update build_config.rb --- build_config.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_config.rb b/build_config.rb index 7ca020527..4ed295c38 100644 --- a/build_config.rb +++ b/build_config.rb @@ -29,6 +29,9 @@ MRuby::Build.new do |conf| # Use extensional Numeric class conf.gem "#{root}/mrbgems/mruby-numeric-ext" + # Use extensional Array class + conf.gem "#{root}/mrbgems/mruby-array-ext" + # Generate binaries # conf.bins = %w(mrbc mruby mirb) -- cgit v1.2.3