Skip to content

Instantly share code, notes, and snippets.

@mehlah
Created September 3, 2018 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehlah/339105de5eda679e1253167e432091b3 to your computer and use it in GitHub Desktop.
Save mehlah/339105de5eda679e1253167e432091b3 to your computer and use it in GitHub Desktop.
diff --git i/build_config.rb w/build_config.rb
index 7f52b5ee..c20be4c0 100644
--- i/build_config.rb
+++ w/build_config.rb
@@ -22,6 +22,9 @@ MRuby::Build.new do |conf|
# conf.gem :github => 'iij/mruby-io'
# conf.gem :git => 'git@github.com:iij/mruby-io.git', :branch => 'master', :options => '-v'
+ conf.gem :github => 'iij/mruby-env'
+ conf.gem :github => 'mattn/mruby-curl'
+ conf.gem :github => 'k0kubun/mruby-yaml'
# include the default GEMs
conf.gembox 'default'
# C compiler settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment