Skip to content
Snippets Groups Projects

Bump CRT to fix #20424

Closed Tamar Christina requested to merge Phyx/win32-tarballs:update-crt-and-headers into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -30,7 +30,7 @@ def package(name: str, archs: List[Arch] = ARCHS, ext: str = 'zst') -> Dict[Arch
return { arch: URLS[arch] for arch in archs }
# Version numbers
crt_ver = '8.0.0.5905.066f1b3c'
crt_ver = '9.0.0.6316.acdc7adc9'
winpthreads_ver = '8.0.0.5904.1278c953'
gcc_ver = '10.2.0'
Loading