File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export OPTIONS="production=yes use_lto=no"
1111export OPTIONS_MONO=" module_mono_enabled=yes"
1212export TERM=xterm
1313
14- export IOS_SDK=" 17.0 "
14+ export IOS_SDK=" 17.2 "
1515export IOS_LIPO=" /root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
1616
1717rm -rf godot
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"
8- export OPTIONS=" osxcross_sdk=darwin23 production=yes use_volk=no vulkan_sdk_path=/root/vulkansdk angle_libs=/root/angle"
8+ export OPTIONS=" osxcross_sdk=darwin23.3 production=yes use_volk=no vulkan_sdk_path=/root/vulkansdk angle_libs=/root/angle"
99export OPTIONS_MONO=" module_mono_enabled=yes"
10- export STRIP=" x86_64-apple-darwin23-strip -u -r"
10+ export STRIP=" x86_64-apple-darwin23.3 -strip -u -r"
1111export TERM=xterm
1212
1313rm -rf godot
You can’t perform that action at this time.
0 commit comments