summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-05-02 13:23:16 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-05-02 13:23:16 -0400
commit67df9782e94765a281a82a7672d39ebb4bf58828 (patch)
tree063a9460ff18d44449ad24bca740666e60e5a88b /src
parente30a864963c5f98bafeaf3005f258ff90916da7c (diff)
Windows also needs an override of the shared libpython detection
Diffstat (limited to 'src')
-rw-r--r--src/pl/plpython/Makefile1
1 files changed, 0 insertions, 1 deletions
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