diff --git a/buildme b/buildme index 74c2e5d5f..51897a738 100755 --- a/buildme +++ b/buildme @@ -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