aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/python.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/software/make/python.mk')
-rw-r--r--reproduce/software/make/python.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index dc5e4f0..dfa65b5 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -35,7 +35,7 @@
# have found several other Python-related environment variables on some
# systems which might interfere. To be safe, we are removing all their
# values.
-export PYTHONPATH := $(installdir)/lib/python/site-packages
+export PYTHONPATH := $(idir)/lib/python/site-packages
export PYTHONPATH2 := $(PYTHONPATH)
export PYTHONPATH3 := $(PYTHONPATH)
export _LMFILES_ :=
@@ -306,7 +306,7 @@ $(ibidir)/python: $(ibidir)/libffi \
if [ x$(on_mac_os) = xyes ]; then \
export CC=clang; \
export CXX=clang++; \
- fi; echo; echo "$@: HERE"; echo;\
+ fi; \
$(call gbuild, Python-$(python-version),, \
--without-ensurepip \
--with-system-ffi \