We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6671 commit 736c1f2Copy full SHA for 736c1f2
contrib/ltree_plpython/Makefile
@@ -25,7 +25,7 @@ endif
25
26
ifeq ($(PORTNAME), win32)
27
# This means we need an in-tree build on Windows, not a pgxs build
28
-SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a)
+SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a) $(wildcard ../../src/pl/plpython/libplpython*.a)
29
endif
30
31
REGRESS_OPTS += --load-extension=ltree
0 commit comments