Merge branch 'CloverHackyColor:master' into master

This commit is contained in:
LAbyOne 2021-10-07 18:44:57 +02:00 committed by GitHub
commit 370bc338dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ if [[ "$SYSNAME" == Darwin ]]; then
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC53_BIN}" ]]; then
if [[ $MYTOOLCHAIN == GCC53 ]]; then
cd "${CLOVERROOT}"
./build_gcc10.sh
./build_gcc11.sh
else
MYTOOLCHAIN=XCODE8
fi