From a660b7fb8e519bd3be558fd0425bff8f287fca1f Mon Sep 17 00:00:00 2001 From: Noel Power Date: Sat, 24 Nov 2018 15:27:45 +0000 Subject: PY3: switch current build to use python3 Make sure default make and configure for all now defaults to building with python3. To build a samba (or sub component e.g. talloc etc.) with python3 ./configure && make To build a samba (or sub component e.g. talloc etc.) with python2 PYTHON=python ./configure && PYTHON=python make Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cc90771000..4290986a939 100644 --- 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) -- cgit v1.2.1