aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pl/plpython/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile
index 4c9d1461473..39cfb654fb2 100644
--- a/src/pl/plpython/Makefile
+++ b/src/pl/plpython/Makefile
@@ -5,14 +5,12 @@ top_builddir = ../../..
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
+# On Windows we have to remove -lpython from the link since we are
+# building our own
ifeq ($(PORTNAME), win32)
-python_includespec := $(subst \,/,$(python_includespec))
override python_libspec =
endif
-
override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
rpathdir = $(python_libdir)