summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 05:29:22 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 05:29:22 -0800
commit2eef8f254f53265e61087bb7375f2d6cc97633fd (patch)
treecd5117b9769e9f8c687c90d16522a1931c6e5b11 /build_config.rb
parentfbe041768bf133268b63344957acb05962df41c7 (diff)
parent6bee2fd193b94f00c7f4025fc3d62282f867e60d (diff)
downloadmruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.tar.gz
mruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.zip
Merge pull request #910 from mattn/pluggable_math
Pluggable Math
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 a66dab6ac..99761a795 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -11,6 +11,9 @@ MRuby::Build.new do |conf|
# conf.gem :github => 'masuidrive/mrbgems-example', :branch => 'master'
# conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
+ # Use standard Math module
+ conf.gem 'mgems/mruby-math'
+
# Use standard Time class
conf.gem 'mgems/mruby-time'