From 67df9782e94765a281a82a7672d39ebb4bf58828 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 2 May 2015 13:23:16 -0400 Subject: Windows also needs an override of the shared libpython detection --- src/pl/plpython/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 8b1d8908e68..4c9d1461473 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -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 -- cgit v1.2.3