Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit736c1f2

Browse files
committed
MinGW: Link ltree_plpython with plpython.
The MSVC build system already did this, and building against Python 3requires it. Back-patch to 9.5, where the module was introduced.
1 parentb1b6671 commit736c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/ltree_plpython/Makefile

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp