Update various toolchains for 4.3

- Fedora 40
- SCons 4.7.0
- MinGW 11.0.1 with GCC 14.1.1 and binutils 2.41
- Xcode 15.5 (macOS 14.5, iOS 17.5)
- Emscripten 3.1.61
This commit is contained in:
Rémi Verschelde
2024-06-19 15:23:30 +02:00
parent 41400a8922
commit f504c58cb2
6 changed files with 25 additions and 25 deletions

View File

@@ -58,9 +58,9 @@ podman_build windows
podman_build web
podman_build android
XCODE_SDK=15.2
OSX_SDK=14.2
IOS_SDK=17.2
XCODE_SDK=15.4
OSX_SDK=14.5
IOS_SDK=17.5
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 [ ! -e "${files_root}"/Xcode_${XCODE_SDK}.xip ]; then
echo "files/Xcode_${XCODE_SDK}.xip is required. It can be downloaded from https://developer.apple.com/download/more/ with a valid apple ID."