Update various toolchains for 4.4

- Fedora 41
- SCons 4.8.1
- MinGW 12.0.0 with GCC 14.2.1 and binutils 2.42
- Xcode 16.2 (macOS 15.2, iOS 18.2)
This commit is contained in:
Rémi Verschelde
2024-12-11 22:19:37 +01:00
parent 610584dd29
commit 440561d8b5
8 changed files with 27 additions and 145 deletions

View File

@@ -58,9 +58,9 @@ podman_build windows
podman_build web
podman_build android
XCODE_SDK=15.4
OSX_SDK=14.5
IOS_SDK=17.5
XCODE_SDK=16.2
OSX_SDK=15.2
IOS_SDK=18.2
if [ ! -e "${files_root}"/MacOSX${OSX_SDK}.sdk.tar.xz ] || [ ! -e "${files_root}"/iPhoneOS${IOS_SDK}.sdk.tar.xz ] || [ ! -e "${files_root}"/iPhoneSimulator${IOS_SDK}.sdk.tar.xz ]; then
if [ ! -r "${files_root}"/Xcode_${XCODE_SDK}.xip ]; then
echo