From: Felix Fietkau Date: Mon, 24 Jan 2022 10:22:31 +0000 (+0100) Subject: build: change PYTHON to python3 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=f8bc8fa3778648c31e46ff3d8c277b473f663fae build: change PYTHON to python3 On recent macOS, /usr/bin/python3 is a wrapper that finds the right python executable It checks argv[0] to determine if python2 or python3 should be called. Always execute it as python3 to ensure it calls the right version Signed-off-by: Felix Fietkau --- diff --git a/rules.mk b/rules.mk index 57c3bca7d9..8d4f619211 100644 --- a/rules.mk +++ b/rules.mk @@ -274,7 +274,7 @@ BASH:=bash TAR:=tar FIND:=find PATCH:=patch -PYTHON:=python +PYTHON:=python3 INSTALL_BIN:=install -m0755 INSTALL_SUID:=install -m4755