From 6bee2fd193b94f00c7f4025fc3d62282f867e60d Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 28 Feb 2013 17:52:18 +0900 Subject: Pluggable Math --- build_config.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_config.rb') 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 => 'git@github.com: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' -- cgit v1.2.3