1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Windows also needs an override of the shared libpython detection

This commit is contained in:
Peter Eisentraut
2015-05-02 13:23:16 -04:00
parent e30a864963
commit 67df9782e9
3 changed files with 14 additions and 9 deletions

View File

@@ -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