return to gcc11

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-05-16 21:13:35 +03:00
parent f12fd7c9ca
commit cebc223bb8

View File

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