mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-05 06:11:49 +03:00
Apple: Update to Apple 26.0 SDKs (#129)
This commit is contained in:
@@ -8,13 +8,13 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_
|
||||
# Keep LTO disabled for visionOS - it works but it makes linking apps on deploy very slow,
|
||||
# which is seen as a regression in the current workflow.
|
||||
# Disable Vulkan and MoltenVK for visionOS - visionOS doesn't support MoltenVK.
|
||||
export OPTIONS="production=yes use_lto=no vulkan=no"
|
||||
export OPTIONS="production=yes use_lto=no vulkan=no SWIFT_FRONTEND=/root/.local/share/swiftly/toolchains/6.2.0/usr/bin/swift-frontend"
|
||||
export OPTIONS_MONO="module_mono_enabled=yes"
|
||||
export TERM=xterm
|
||||
|
||||
export VISIONOS_SDK="2.5"
|
||||
export VISIONOS_DEVICE="VISIONOS_SDK_PATH=/root/SDKs/XROS${VISIONOS_SDK}.sdk"
|
||||
export VISIONOS_SIMULATOR="VISIONOS_SDK_PATH=/root/SDKs/XRSimulator${VISIONOS_SDK}.sdk simulator=yes"
|
||||
export VISIONOS_SDK="26.0"
|
||||
export VISIONOS_DEVICE="VISIONOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS${VISIONOS_SDK}.sdk"
|
||||
export VISIONOS_SIMULATOR="VISIONOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator${VISIONOS_SDK}.sdk"
|
||||
export APPLE_TARGET_ARM64="APPLE_TOOLCHAIN_PATH=/root/ioscross/arm64 apple_target_triple=arm-apple-darwin11-"
|
||||
|
||||
rm -rf godot
|
||||
|
||||
Reference in New Issue
Block a user