diff options
Diffstat (limited to 'ext/coverage/extconf.rb')
| -rw-r--r-- | ext/coverage/extconf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/coverage/extconf.rb b/ext/coverage/extconf.rb index cf10ca89c5..3a6f530a92 100644 --- a/ext/coverage/extconf.rb +++ b/ext/coverage/extconf.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: false require 'mkmf' +$VPATH << '$(topdir)' << '$(top_srcdir)' $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" create_makefile('coverage') |
