Skip to content

Commit

Permalink
Update example lines of mrbgems in build_config.rb; ref #3414
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jan 25, 2017
1 parent ac88f85 commit 6420951
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
# 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'
Expand Down

0 comments on commit 6420951

Please sign in to comment.