diff options
| author | mattn <[email protected]> | 2013-03-01 14:42:42 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-03-01 14:42:42 +0900 |
| commit | 261efd8e9dc3bdaf4438797a9cdb34f7792a5639 (patch) | |
| tree | 2a3b8b19d045089479fbfcece1e1318f17c32223 /build_config.rb | |
| parent | 4c4cf0a4ce738fde01a047194b52a5389b400e89 (diff) | |
| parent | 138ecf4723078cf8ef4342fb3995db23003eff01 (diff) | |
| download | mruby-261efd8e9dc3bdaf4438797a9cdb34f7792a5639.tar.gz mruby-261efd8e9dc3bdaf4438797a9cdb34f7792a5639.zip | |
Merge branch 'master' into pluggable_struct
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index a66dab6ac..c0a6eacc6 100644 --- a/build_config.rb +++ b/build_config.rb @@ -11,8 +11,11 @@ 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 'mrbgems/mruby-math' + # Use standard Time class - conf.gem 'mgems/mruby-time' + conf.gem 'mrbgems/mruby-time' # Generate binaries # conf.bins = %w(mrbc mruby mirb) |
