summaryrefslogtreecommitdiff
path: root/ext/strscan/extconf.rb
blob: c968f81c9536c2301796710bb5434d0cbae7c2a2 (plain)
1
2
3
4
# frozen_string_literal: false
require 'mkmf'
$INCFLAGS << " -I$(top_srcdir)"
create_makefile 'strscan'