mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
MinGW: Link ltree_plpython with plpython.
The MSVC build system already did this, and building against Python 3 requires it. Back-patch to 9.5, where the module was introduced.
This commit is contained in:
parent
b1b6671722
commit
736c1f238b
@ -25,7 +25,7 @@ endif
|
||||
|
||||
ifeq ($(PORTNAME), win32)
|
||||
# This means we need an in-tree build on Windows, not a pgxs build
|
||||
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a)
|
||||
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a) $(wildcard ../../src/pl/plpython/libplpython*.a)
|
||||
endif
|
||||
|
||||
REGRESS_OPTS += --load-extension=ltree
|
||||
|
Loading…
Reference in New Issue
Block a user