summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-01-25 15:38:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-01-25 15:38:25 +0900
commit6420951463ec9ace9eecb50923dc6a1925a45d31 (patch)
tree87648d684d43abe8bf26dd990274d477f56f51bf
parentac88f85a9eb0d03707fc382cbaa442da146d9203 (diff)
downloadmruby-6420951463ec9ace9eecb50923dc6a1925a45d31.tar.gz
mruby-6420951463ec9ace9eecb50923dc6a1925a45d31.zip
Update example lines of mrbgems in build_config.rb; ref #3414
-rw-r--r--build_config.rb6
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'