From d63210a6556c867733e73faaed4ad7900021ae28 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 11 Jul 2023 19:36:13 +0200 Subject: [PATCH] Remove temporary GCC workaround --- app/linux-prebuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/app/linux-prebuild.sh b/app/linux-prebuild.sh index 8d4d4e12c0..6b60a690b9 100755 --- a/app/linux-prebuild.sh +++ b/app/linux-prebuild.sh @@ -28,7 +28,6 @@ cd "${SCRIPT_DIR}" if [ ! "$system_libs" == true ]; then "${SCRIPT_DIR}"/linux-pre-vcpkg.sh "${args[@]}" - export CC=gcc-12 CXX=g++-12 # Use gcc-12 as the default compiler, since gcc-13 fails to build vcpkg "${SCRIPT_DIR}"/linux-pre-vcpkg.sh "${args[@]}" fi