From e7cbcc312942ffbdc4c608ad01665922c1e98315 Mon Sep 17 00:00:00 2001 From: SergeySlice Date: Fri, 28 Jan 2022 21:19:30 +0300 Subject: [PATCH] use python3 for Monterey compatibility Signed-off-by: SergeySlice --- OpenCorePkg | 2 +- ebuild.sh | 1 + hebuild.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenCorePkg b/OpenCorePkg index 5df28977d..4bb891216 160000 --- a/OpenCorePkg +++ b/OpenCorePkg @@ -1 +1 @@ -Subproject commit 5df28977d0ebe2071fd26598a4ffce27614f50ee +Subproject commit 4bb89121670bea8830c3c8b7a4429fbfa5c104ff diff --git a/ebuild.sh b/ebuild.sh index 08500e954..eacc7245b 100755 --- a/ebuild.sh +++ b/ebuild.sh @@ -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 diff --git a/hebuild.sh b/hebuild.sh index eba474af1..cee34046c 100755 --- a/hebuild.sh +++ b/hebuild.sh @@ -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