Skip to content
Snippets Groups Projects
Commit 736c1f23 authored by Noah Misch's avatar Noah Misch
Browse files

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.
parent b1b66717
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment