mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 22:17:39 +08:00
Windows also needs an override of the shared libpython detection
This commit is contained in:
@ -8,7 +8,6 @@ include $(top_builddir)/src/Makefile.global
|
||||
# Windows needs to convert backslashed paths to normal slashes,
|
||||
# and we have to remove -lpython from the link since we are building our own
|
||||
ifeq ($(PORTNAME), win32)
|
||||
shared_libpython = yes
|
||||
python_includespec := $(subst \,/,$(python_includespec))
|
||||
override python_libspec =
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user