diff options
| author | Masaki Muranaka <[email protected]> | 2013-02-26 19:32:19 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-02-26 19:32:19 +0900 |
| commit | 3a33da5647e27118d5b31ad30d4c42c2aa00ede4 (patch) | |
| tree | 5eca9edc5d855763d9fe5ce6502b5694928f6f6d /build_config.rb | |
| parent | d3418a7ac8cf6a98da6572a169ce3aeaf7d93c35 (diff) | |
| download | mruby-3a33da5647e27118d5b31ad30d4c42c2aa00ede4.tar.gz mruby-3a33da5647e27118d5b31ad30d4c42c2aa00ede4.zip | |
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) |
