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