Skip to content

Commit

Permalink
Update to GCC-13.1.0 with MinGW runtime v11
Browse files Browse the repository at this point in the history
  • Loading branch information
a740g committed Sep 20, 2023
1 parent 45b68b3 commit a2e5be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_mingw.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ if "%MINGW%"=="mingw64" if "%~1"=="32" set MINGW=mingw32

rem Set the correct file to download based on processor type
if "%MINGW%"=="mingw32" (
set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev2/i686-12.2.0-release-win32-dwarf-msvcrt-rt_v10-rev2.7z"
set url="https://github.com/niXman/mingw-builds-binaries/releases/download/13.1.0-rt_v11-rev1/i686-13.1.0-release-win32-dwarf-msvcrt-rt_v11-rev1.7z"
) else (
set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev2/x86_64-12.2.0-release-win32-seh-msvcrt-rt_v10-rev2.7z"
set url="https://github.com/niXman/mingw-builds-binaries/releases/download/13.1.0-rt_v11-rev1/x86_64-13.1.0-release-win32-seh-msvcrt-rt_v11-rev1.7z"
)

rem Download 7zr.exe. We'll need this to extract the MINGW archive
Expand Down

0 comments on commit a2e5be7

Please sign in to comment.