diff options
Diffstat (limited to 'ext/objspace/extconf.rb')
| -rw-r--r-- | ext/objspace/extconf.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb new file mode 100644 index 0000000000..d0c2dbd02b --- /dev/null +++ b/ext/objspace/extconf.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true +$INCFLAGS << " -I$(topdir) -I$(top_srcdir)" +$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h. +create_makefile('objspace') |
