summaryrefslogtreecommitdiff
path: root/utils/makefile.python
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 16:46:07 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 16:46:07 +0200
commit5e2b161379420acd39e0474bb7f59545df7e1f3a (patch)
tree33d48cd795c7b0b7731e68ff61e2ccecdb94220d /utils/makefile.python
parent0742c2504dae04ac054d263de8a2b8ab6161312c (diff)
downloadsearxng-5e2b161379420acd39e0474bb7f59545df7e1f3a.tar.gz
searxng-5e2b161379420acd39e0474bb7f59545df7e1f3a.zip
Makefile: marginal fix
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.python')
-rw-r--r--utils/makefile.python6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/makefile.python b/utils/makefile.python
index 1660468f5..fddcb223f 100644
--- a/utils/makefile.python
+++ b/utils/makefile.python
@@ -12,9 +12,9 @@ PYDIST = ./$(LXC_ENV_FOLDER)dist
# folder where the python intermediate build files take place
PYBUILD = ./$(LXC_ENV_FOLDER)build
# python version to use
-PY ?=3
-PYTHON ?= python$(PY)
-PIP ?= pip$(PY)
+PY =3
+PYTHON = python$(PY)
+PIP = pip$(PY)
PIP_INST ?= --user
# https://www.python.org/dev/peps/pep-0508/#extras