Thanks to visit codestin.com Credit goes to github.com
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 8bc8dd8 commit 21a1018Copy full SHA for 21a1018
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