PY3: switch current build to use python3
[nivanova/samba-autobuild/.git] / Makefile
index 5cc907710001b47fd459c5edbf6a56647d5d7486..4290986a939ee4eb4bbed775a5f5ca894dd824bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-PYTHON?=python
+PYTHON?=python3
 WAF_BINARY=$(PYTHON) ./buildtools/bin/waf
 WAF=WAF_MAKE=1 $(WAF_BINARY)