diff options
| author | mattn <[email protected]> | 2013-03-24 00:20:35 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-03-24 00:20:35 +0900 |
| commit | b69761e28623c88f142fbff92d7b361d1129ee5f (patch) | |
| tree | a2cfe405a8931a120ada39b87a6ff36fd3b904d6 /build_config.rb | |
| parent | e53fa35748284b6f0b9647dee3f970a2a9c95907 (diff) | |
| download | mruby-b69761e28623c88f142fbff92d7b361d1129ee5f.tar.gz mruby-b69761e28623c88f142fbff92d7b361d1129ee5f.zip | |
Add mruby-print
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 c3f529656..951f4b7a3 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 print/puts/p + conf.gem "#{root}/mrbgems/mruby-print" + # Use standard Math module conf.gem "#{root}/mrbgems/mruby-math" |
