summaryrefslogtreecommitdiff
path: root/Demos
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-08-11 22:27:40 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-08-11 22:27:40 +0200
commitfb02b15da178e58ff2ce3bccd29eaeecc287dda9 (patch)
treeef3e0839eeffa6ab3ade3d9a7200afecc443ca3e /Demos
parent9939253fed657c3a48be2188d97c11d72a011777 (diff)
downloadcython-fb02b15da178e58ff2ce3bccd29eaeecc287dda9.tar.gz
Revert "Set PYTHONHOME in embedding test to fix compilation issues in Py3.8/macOS."
This reverts commit a333d6a8d90f2a08cac9d01f8488e34938271381. The change did not resolve the test issue in travis.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/embed/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/embed/Makefile b/Demos/embed/Makefile
index 9e8ea15b4..9bad0df9b 100644
--- a/Demos/embed/Makefile
+++ b/Demos/embed/Makefile
@@ -2,7 +2,6 @@
PYTHON := python
PYVERSION := $(shell $(PYTHON) -c "import sys; print(sys.version[:3])")
PYPREFIX := $(shell $(PYTHON) -c "import sys; print(sys.prefix)")
-PYTHONHOME := $(shell $(PYTHON) -c "import sys; print(sys.prefix + ':' + sys.exec_prefix)")
INCDIR := $(shell $(PYTHON) -c "from distutils import sysconfig; print(sysconfig.get_python_inc())")
PLATINCDIR := $(shell $(PYTHON) -c "from distutils import sysconfig; print(sysconfig.get_python_inc(plat_specific=True))")
@@ -21,7 +20,6 @@ SYSLIBS := $(shell $(PYTHON) -c "import distutils.sysconfig; print(distutils.sy
paths:
@echo "PYTHON=$(PYTHON)"
@echo "PYVERSION=$(PYVERSION)"
- @echo "PYTHONHOME=$(PYTHONHOME)"
@echo "PYPREFIX=$(PYPREFIX)"
@echo "INCDIR=$(INCDIR)"
@echo "PLATINCDIR=$(PLATINCDIR)"