ruby/ext/strscan/extconf.rb

5 строки
103 B
Ruby

# frozen_string_literal: true
require 'mkmf'
$INCFLAGS << " -I$(top_srcdir)"
create_makefile 'strscan'