diff options
-rw-r--r-- | ext/strscan/extconf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ require 'mkmf' if RUBY_ENGINE == 'ruby' $INCFLAGS << " -I$(top_srcdir)" if $extmk - have_func("onig_region_memsize", "ruby.h") - have_func("rb_reg_onig_match", "ruby.h") create_makefile 'strscan' else File.write('Makefile', dummy_makefile("").join) |