diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-01-25 15:38:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-01-25 15:38:25 +0900 |
| commit | 6420951463ec9ace9eecb50923dc6a1925a45d31 (patch) | |
| tree | 87648d684d43abe8bf26dd990274d477f56f51bf | |
| parent | ac88f85a9eb0d03707fc382cbaa442da146d9203 (diff) | |
| download | mruby-6420951463ec9ace9eecb50923dc6a1925a45d31.tar.gz mruby-6420951463ec9ace9eecb50923dc6a1925a45d31.zip | |
Update example lines of mrbgems in build_config.rb; ref #3414
| -rw-r--r-- | build_config.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build_config.rb b/build_config.rb index bc9e69e42..8293092ab 100644 --- a/build_config.rb +++ b/build_config.rb @@ -16,8 +16,10 @@ MRuby::Build.new do |conf| # g.cc.flags << '-g' # append cflags in this gem # end # conf.gem 'examples/mrbgems/c_and_ruby_extension_example' - # conf.gem :github => 'masuidrive/mrbgems-example', :checksum_hash => '76518e8aecd131d047378448ac8055fa29d974a9' - # conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v' + # conf.gem :core => 'mruby-eval' + # conf.gem :mgem => 'mruby-io' + # conf.gem :github => 'iij/mruby-io' + # conf.gem :git => '[email protected]:iij/mruby-io.git', :branch => 'master', :options => '-v' # include the default GEMs conf.gembox 'default' |
