mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/strscan] Run have_func with the header providing the declarations
https://github.com/ruby/strscan/commit/18c0a59b65
This commit is contained in:
parent
2af51ec480
commit
dd84f059cb
@ -2,7 +2,7 @@
|
||||
require 'mkmf'
|
||||
if RUBY_ENGINE == 'ruby'
|
||||
$INCFLAGS << " -I$(top_srcdir)" if $extmk
|
||||
have_func("onig_region_memsize")
|
||||
have_func("onig_region_memsize(NULL)")
|
||||
have_func("rb_reg_onig_match", "ruby/re.h")
|
||||
create_makefile 'strscan'
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user