summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-08-21 07:08:56 +0900
committerGitHub <[email protected]>2019-08-21 07:08:56 +0900
commit392f8f840de81441261641b6d2ad8e2f016a1264 (patch)
tree8882850fcd2fe1bd041df9ed672b9698b1e90caf
parentf563cc227b43c8b52ad3341a0bb397576f84dbe5 (diff)
parentc138b9ea30874fc27039c579b0d84b6f388ccf28 (diff)
downloadmruby-392f8f840de81441261641b6d2ad8e2f016a1264.tar.gz
mruby-392f8f840de81441261641b6d2ad8e2f016a1264.zip
Merge pull request #4648 from take-cheeze/patch-3
Use mruby-onig-regexp instead in example
-rw-r--r--build_config.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_config.rb b/build_config.rb
index 751317c7a..c0c079c89 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -18,9 +18,9 @@ MRuby::Build.new do |conf|
# end
# conf.gem 'examples/mrbgems/c_and_ruby_extension_example'
# conf.gem :core => 'mruby-eval'
- # conf.gem :mgem => 'mruby-io'
- # conf.gem :github => 'iij/mruby-io'
- # conf.gem :git => '[email protected]:iij/mruby-io.git', :branch => 'master', :options => '-v'
+ # conf.gem :mgem => 'mruby-onig-regexp'
+ # conf.gem :github => 'mattn/mruby-onig-regexp'
+ # conf.gem :git => '[email protected]:mattn/mruby-onig-regexp.git', :branch => 'master', :options => '-v'
# include the default GEMs
conf.gembox 'default'