From df16943367f353acc24d1b447d8d0a2f86bc0319 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 28 Jan 2019 13:00:26 +0100 Subject: [PATCH] build: change PYTHON ?= python ---> PYTHON ?= python3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ab4a3c70f6e7b..f42621c12bd32e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -include config.mk BUILDTYPE ?= Release -PYTHON ?= python +PYTHON ?= python3 DESTDIR ?= SIGN ?= PREFIX ?= /usr/local