diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-27 15:20:23 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-27 15:20:23 -0800 |
| commit | fbe041768bf133268b63344957acb05962df41c7 (patch) | |
| tree | edf9a15bfb97cc79d7806cfe335830e668f10e38 /build_config.rb | |
| parent | 97287b7e3d47616952a0a39a3db88ca2d0bb6107 (diff) | |
| parent | 3a33da5647e27118d5b31ad30d4c42c2aa00ede4 (diff) | |
| download | mruby-fbe041768bf133268b63344957acb05962df41c7.tar.gz mruby-fbe041768bf133268b63344957acb05962df41c7.zip | |
Merge pull request #896 from monaka/pr-put-time-mgem-into-repository
Put mruby-time mgem into the repository.
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 2e2f886c5..a66dab6ac 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 Time class + conf.gem 'mgems/mruby-time' + # Generate binaries # conf.bins = %w(mrbc mruby mirb) |
