Skip to content

Commit

Permalink
upgrade default gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jan 28, 2024
1 parent 2f26b26 commit d1438e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ std::string BuildToolsUrl()
switch(os_arch_mapping[GetOSArch()])
{
case X86_64:
return REMOTE_TOOLS_URL "/tools/winlibs-x86_64-posix-seh-gcc-12.1.0-llvm-14.0.4-mingw-w64ucrt-10.0.0-r2.zip";
return REMOTE_TOOLS_URL "/tools/winlibs-i686-posix-dwarf-gcc-13.2.0-llvm-17.0.6-mingw-w64ucrt-11.0.1-r4.zip";
case X86:
return REMOTE_TOOLS_URL "/tools/winlibs-i686-posix-dwarf-gcc-12.1.0-llvm-14.0.4-mingw-w64ucrt-10.0.0-r2.zip";
return REMOTE_TOOLS_URL "/tools/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-17.0.6-mingw-w64ucrt-11.0.1-r4.zip";
}
}
return std::string();
Expand Down

0 comments on commit d1438e9

Please sign in to comment.