Update example lines of mrbgems in build_config.rb; ref #3414

parent ac88f85a
...@@ -16,8 +16,10 @@ MRuby::Build.new do |conf| ...@@ -16,8 +16,10 @@ MRuby::Build.new do |conf|
# g.cc.flags << '-g' # append cflags in this gem # g.cc.flags << '-g' # append cflags in this gem
# end # end
# conf.gem 'examples/mrbgems/c_and_ruby_extension_example' # conf.gem 'examples/mrbgems/c_and_ruby_extension_example'
# conf.gem :github => 'masuidrive/mrbgems-example', :checksum_hash => '76518e8aecd131d047378448ac8055fa29d974a9' # conf.gem :core => 'mruby-eval'
# conf.gem :git => 'git@github.com:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v' # conf.gem :mgem => 'mruby-io'
# conf.gem :github => 'iij/mruby-io'
# conf.gem :git => 'git@github.com:iij/mruby-io.git', :branch => 'master', :options => '-v'
# include the default GEMs # include the default GEMs
conf.gembox 'default' conf.gembox 'default'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment