mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-26 12:05:36 +01:00
use python3 for Monterey compatibility
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
4e9b2ddb4f
commit
e7cbcc3129
@ -1 +1 @@
|
||||
Subproject commit 5df28977d0ebe2071fd26598a4ffce27614f50ee
|
||||
Subproject commit 4bb89121670bea8830c3c8b7a4429fbfa5c104ff
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user