diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpython/Makefile | 1 |
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 |