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