Created
September 3, 2018 15:30
-
-
Save mehlah/339105de5eda679e1253167e432091b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 => '[email protected]: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