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