Sha256: f0a18c84f963553513cec09741ec50ad9885e52315ef0750e3d30462407acb45

Contents?: true

Size: 289 Bytes

Versions: 11

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true
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)
end

Version data entries

11 entries across 11 versions & 5 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/strscan-3.1.0/ext/strscan/extconf.rb
strscan-3.1.2 ext/strscan/extconf.rb
strscan-3.1.1 ext/strscan/extconf.rb
brakeman-6.2.1 bundle/ruby/3.1.0/gems/strscan-3.1.0/ext/strscan/extconf.rb
brakeman-6.2.0 bundle/ruby/3.1.0/gems/strscan-3.1.0/ext/strscan/extconf.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/strscan-3.1.0/ext/strscan/extconf.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/extconf.rb
strscan-3.1.0 ext/strscan/extconf.rb
strscan-3.0.9 ext/strscan/extconf.rb
strscan-3.0.8 ext/strscan/extconf.rb
strscan-3.0.7 ext/strscan/extconf.rb