ruby--ruby/ext/objspace/extconf.rb

5 lines
155 B
Ruby

# frozen_string_literal: true
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h.
create_makefile('objspace')