mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix the isolation tester compilation on VPATH builds
This commit is contained in:
parent
135724ec35
commit
289d730655
@ -10,7 +10,7 @@ ifeq ($(PORTNAME), win32)
|
||||
LDLIBS += -lws2_32
|
||||
endif
|
||||
|
||||
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override LDLIBS := $(libpq_pgport) $(LDLIBS)
|
||||
|
||||
OBJS = specparse.o isolationtester.o
|
||||
|
Loading…
Reference in New Issue
Block a user