use python3 for Monterey compatibility

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-01-28 21:19:30 +03:00
parent 4e9b2ddb4f
commit e7cbcc3129
3 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5df28977d0ebe2071fd26598a4ffce27614f50ee
Subproject commit 4bb89121670bea8830c3c8b7a4429fbfa5c104ff

View File

@ -47,6 +47,7 @@ export BUILDTHREADS=$(( NUMBER_OF_CPUS + 1 ))
export WORKSPACE="$PWD"
export CONF_PATH=${CONF_PATH:-}
#export NASM_PREFIX=
export PYTHON_COMMAND=python3
# if building through Xcode, then TOOLCHAIN_DIR is not defined
# checking if it is where CloverGrowerPro put it

View File

@ -47,6 +47,7 @@ export BUILDTHREADS=$(( NUMBER_OF_CPUS + 1 ))
export WORKSPACE=${WORKSPACE:-}
export CONF_PATH=${CONF_PATH:-}
#export NASM_PREFIX=
export PYTHON_COMMAND=python3
# if building through Xcode, then TOOLCHAIN_DIR is not defined
# checking if it is where CloverGrowerPro put it