Skip to content

Commit 736c1f2

Browse files
committed
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.
1 parent b1b6671 commit 736c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ltree_plpython/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525

2626
ifeq ($(PORTNAME), win32)
2727
# This means we need an in-tree build on Windows, not a pgxs build
28-
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a)
28+
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a) $(wildcard ../../src/pl/plpython/libplpython*.a)
2929
endif
3030

3131
REGRESS_OPTS += --load-extension=ltree

0 commit comments

Comments
 (0)