mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update example lines of mrbgems in build_config.rb; ref #3414
This commit is contained in:
+4
-2
@@ -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 => 'git@github.com: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 => 'git@github.com:iij/mruby-io.git', :branch => 'master', :options => '-v'
|
||||
|
||||
# include the default GEMs
|
||||
conf.gembox 'default'
|
||||
|
||||
Reference in New Issue
Block a user