summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorTakeshi Watanabe <[email protected]>2019-08-20 23:52:21 +0900
committerGitHub <[email protected]>2019-08-20 23:52:21 +0900
commitc138b9ea30874fc27039c579b0d84b6f388ccf28 (patch)
tree5251e3a3dd404f0bf97672382e9f5f4dde326cde /build_config.rb
parent4c001673b6dbc321cb0988f1c3e25f0d47d4b529 (diff)
downloadmruby-c138b9ea30874fc27039c579b0d84b6f388ccf28.tar.gz
mruby-c138b9ea30874fc27039c579b0d84b6f388ccf28.zip
Use mruby-onig-regexp instead in example
Diffstat (limited to 'build_config.rb')
-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'