We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141f9cf commit 1ac96f4Copy full SHA for 1ac96f4
ext/strscan/extconf.rb
@@ -2,8 +2,8 @@
2
require 'mkmf'
3
if RUBY_ENGINE == 'ruby'
4
$INCFLAGS << " -I$(top_srcdir)" if $extmk
5
- have_func("onig_region_memsize", "ruby.h")
6
- have_func("rb_reg_onig_match", "ruby.h")
+ have_func("onig_region_memsize")
+ have_func("rb_reg_onig_match", "ruby/re.h")
7
create_makefile 'strscan'
8
else
9
File.write('Makefile', dummy_makefile("").join)
0 commit comments