summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c13843d3a4b..c2de1df7b60 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
# simple makefile wrapper to run waf
-PYTHON?=python3
WAF_BINARY=$(PYTHON) ./buildtools/bin/waf
WAF=PYTHONHASHSEED=1 WAF_MAKE=1 $(WAF_BINARY)