mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 20:35:24 +02:00
Refresh windows toolchain and libs
This commit is contained in:
@@ -10,8 +10,9 @@ 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
|
||||
name=llvm-mingw-20231128-ucrt-ubuntu-20.04-x86_64.tar.xz
|
||||
wget "https://github.com/mstorsjo/llvm-mingw/releases/download/20231128/$name" -O "$name"
|
||||
date=20240619
|
||||
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")
|
||||
tar -xaf "$name" -C "$1" --strip-components=1
|
||||
rm -f "$name"
|
||||
|
Reference in New Issue
Block a user