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"
11
11
export OPTIONS_MONO=" module_mono_enabled=yes"
12
12
export TERM=xterm
13
13
14
- export IOS_SDK=" 17.0 "
14
+ export IOS_SDK=" 17.2 "
15
15
export IOS_LIPO=" /root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
16
16
17
17
rm -rf godot
Original file line number Diff line number Diff line change 5
5
# Config
6
6
7
7
export 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"
9
9
export 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"
11
11
export TERM=xterm
12
12
13
13
rm -rf godot
You can’t perform that action at this time.
0 commit comments