Skip to content
Snippets Groups Projects
Commit f8bc8fa3 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarFelix Fietkau <nbd@nbd.name>
parent b8ef54f5
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,7 @@ BASH:=bash ...@@ -274,7 +274,7 @@ BASH:=bash
TAR:=tar TAR:=tar
FIND:=find FIND:=find
PATCH:=patch PATCH:=patch
PYTHON:=python PYTHON:=python3
INSTALL_BIN:=install -m0755 INSTALL_BIN:=install -m0755
INSTALL_SUID:=install -m4755 INSTALL_SUID:=install -m4755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment