File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no"
88# Keep LTO disabled for iOS - it works but it makes linking apps on deploy very slow,
99# which is seen as a regression in the current workflow.
10- export OPTIONS=" production=yes use_lto=no"
10+ export OPTIONS=" production=yes use_lto=no SWIFT_FRONTEND=/root/.local/share/swiftly/toolchains/6.2.0/usr/bin/swift-frontend "
1111export OPTIONS_MONO=" module_mono_enabled=yes"
1212export TERM=xterm
1313
14- export IOS_SDK=" 18.5 "
15- export IOS_DEVICE=" IOS_SDK_PATH=/root/SDKs/iPhoneOS${IOS_SDK} .sdk"
16- export IOS_SIMULATOR=" IOS_SDK_PATH=/root/SDKs/iPhoneSimulator${IOS_SDK} .sdk simulator=yes"
14+ export IOS_SDK=" 26.0 "
15+ export IOS_DEVICE=" IOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ SDKs/iPhoneOS${IOS_SDK} .sdk"
16+ export IOS_SIMULATOR=" IOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/ SDKs/iPhoneSimulator${IOS_SDK} .sdk simulator=yes"
1717export APPLE_TARGET_ARM64=" APPLE_TOOLCHAIN_PATH=/root/ioscross/arm64 apple_target_triple=arm-apple-darwin11-"
1818export APPLE_TARGET_X86_64=" APPLE_TOOLCHAIN_PATH=/root/ioscross/x86_64 apple_target_triple=x86_64-apple-darwin11-"
1919
Original file line number Diff line number Diff line change 55# Config
66
77export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no"
8- export OPTIONS=" osxcross_sdk=darwin24.5 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle accesskit_sdk_path=/root/accesskit/accesskit-c"
8+ export OPTIONS=" osxcross_sdk=darwin25 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle accesskit_sdk_path=/root/accesskit/accesskit-c SWIFT_FRONTEND=/root/.local/share/swiftly/toolchains/6.2.0/usr/bin/swift-frontend "
99export OPTIONS_MONO=" module_mono_enabled=yes"
1010export TERM=xterm
1111
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_
88# Keep LTO disabled for visionOS - it works but it makes linking apps on deploy very slow,
99# which is seen as a regression in the current workflow.
1010# Disable Vulkan and MoltenVK for visionOS - visionOS doesn't support MoltenVK.
11- export OPTIONS=" production=yes use_lto=no vulkan=no"
11+ export OPTIONS=" production=yes use_lto=no vulkan=no SWIFT_FRONTEND=/root/.local/share/swiftly/toolchains/6.2.0/usr/bin/swift-frontend "
1212export OPTIONS_MONO=" module_mono_enabled=yes"
1313export TERM=xterm
1414
15- export VISIONOS_SDK=" 2.5 "
16- export VISIONOS_DEVICE=" VISIONOS_SDK_PATH=/root/SDKs/XROS${VISIONOS_SDK} .sdk"
17- export VISIONOS_SIMULATOR=" VISIONOS_SDK_PATH=/root/SDKs/XRSimulator${VISIONOS_SDK} .sdk simulator=yes "
15+ export VISIONOS_SDK=" 26.0 "
16+ export VISIONOS_DEVICE=" VISIONOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/XROS.platform/Developer/ SDKs/XROS${VISIONOS_SDK} .sdk"
17+ export VISIONOS_SIMULATOR=" VISIONOS_SDK_PATH=/root/Xcode.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/ SDKs/XRSimulator${VISIONOS_SDK} .sdk"
1818export APPLE_TARGET_ARM64=" APPLE_TOOLCHAIN_PATH=/root/ioscross/arm64 apple_target_triple=arm-apple-darwin11-"
1919
2020rm -rf godot
You can’t perform that action at this time.
0 commit comments