We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135724e commit 289d730Copy full SHA for 289d730
src/test/isolation/Makefile
@@ -10,7 +10,7 @@ ifeq ($(PORTNAME), win32)
10
LDLIBS += -lws2_32
11
endif
12
13
-override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
+override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
14
override LDLIBS := $(libpq_pgport) $(LDLIBS)
15
16
OBJS = specparse.o isolationtester.o
0 commit comments