1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-16 14:45:30 +01:00

Refresh win32 toolchain and libraries (#15890)

This commit is contained in:
sfan5
2025-03-11 19:59:03 +01:00
committed by GitHub
parent b9ed4793ea
commit 287880aa27
4 changed files with 24 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ fi
# * Clang + LLD + libc++ instead of GCC + binutils + stdc++
# * Mingw-w64 with UCRT enabled and winpthreads support
# why are we avoiding GCC? -> Thread Local Storage (TLS) is totally broken
date=20240619
date=20250305
name=llvm-mingw-${date}-ucrt-ubuntu-20.04-x86_64.tar.xz
wget "https://github.com/mstorsjo/llvm-mingw/releases/download/$date/$name" -O "$name"
sha256sum -w -c <(grep -F "$name" "$topdir/sha256sums.txt")