1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-23 23:15:30 +01:00

Update MinGW libraries and toolchain

This commit is contained in:
sfan5
2025-12-11 13:44:03 +01:00
parent 87669f982c
commit 22b5c939dc
3 changed files with 18 additions and 18 deletions

View File

@@ -10,8 +10,8 @@ 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=20250305
name=llvm-mingw-${date}-ucrt-ubuntu-20.04-x86_64.tar.xz
date=20251202
name=llvm-mingw-${date}-ucrt-ubuntu-22.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")
tar -xaf "$name" -C "$1" --strip-components=1