diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | mingw-w64-build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ toolchain that can compile Windows executables that don't depend on any GCC dll files. ## Default Branches -* [MinGW-w64](https://mingw-w64.org) v9.x +* [MinGW-w64](https://mingw-w64.org) master * [Binutils](https://www.gnu.org/software/binutils/) binutils-2_40-branch * [GCC](https://gcc.gnu.org/) releases/gcc-12 diff --git a/mingw-w64-build b/mingw-w64-build index eaf62e9..300d5d3 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -18,7 +18,7 @@ ROOT_PATH="$HOME/.zeranoe/mingw-w64" -MINGW_W64_BRANCH="v9.x" +MINGW_W64_BRANCH="master" BINUTILS_BRANCH="binutils-2_40-branch" GCC_BRANCH="releases/gcc-12" |