diff options
| author | mattn <[email protected]> | 2013-02-28 17:52:18 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-28 17:52:18 +0900 |
| commit | 6bee2fd193b94f00c7f4025fc3d62282f867e60d (patch) | |
| tree | cd5117b9769e9f8c687c90d16522a1931c6e5b11 /build_config.rb | |
| parent | fbe041768bf133268b63344957acb05962df41c7 (diff) | |
| download | mruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.tar.gz mruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.zip | |
Pluggable Math
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 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' |
