Update various toolchains for 4.6

- Fedora 43
- SCons 4.10.1
- MinGW 13.0.0 with GCC 15.2.1 and binutils 2.45
- Emscripten 4.0.20
- Xcode 26.1.1
This commit is contained in:
Rémi Verschelde
2025-11-22 10:50:17 +01:00
parent 277982ace8
commit 4150d2a1b7
10 changed files with 36 additions and 44 deletions

View File

@@ -58,8 +58,8 @@ podman_build windows
podman_build web
podman_build android
XCODE_SDK=26.0.1
APPLE_SDKV=26.0
XCODE_SDK=26.1.1
APPLE_SDKV=26.1
if [ ! -e "${files_root}"/MacOSX${APPLE_SDKV}.sdk.tar.xz ] || [ ! -e "${files_root}"/Xcode-Developer${XCODE_SDK}.tar.xz ]; then
if [ ! -r "${files_root}"/Xcode_${XCODE_SDK}.xip ]; then
echo