diff options
-rwxr-xr-x | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 78d21a4..d6a2799 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -20,7 +20,7 @@ ROOT_PATH="$HOME/.zeranoe/mingw-w64" MINGW_W64_BRANCH="master" BINUTILS_BRANCH="binutils-2_42-branch" -GCC_BRANCH="releases/gcc-12" +GCC_BRANCH="releases/gcc-14" ENABLE_THREADS="--enable-threads=posix" |