summaryrefslogtreecommitdiff
path: root/ext/objspace/extconf.rb
blob: d0c2dbd02bde3f7033c338b9a25f902d6ee5fadd (plain)
1
2
3
4
# frozen_string_literal: true
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h.
create_makefile('objspace')