mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Update scripts for 3.7-f42-mono-6.12.0.206 containers (#132)
This commit is contained in:
@@ -11,7 +11,7 @@ export OPTIONS="production=yes lto=none"
|
||||
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
|
||||
export TERM=xterm
|
||||
|
||||
export IOS_SDK="17.0"
|
||||
export IOS_SDK="18.2"
|
||||
export IOS_LIPO="/root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
|
||||
|
||||
rm -rf godot
|
||||
|
||||
@@ -5,11 +5,11 @@ set -e
|
||||
# Config
|
||||
|
||||
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
|
||||
export OPTIONS="osxcross_sdk=darwin23 production=yes"
|
||||
export OPTIONS="osxcross_sdk=darwin24.2 production=yes"
|
||||
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
|
||||
export MONO_PREFIX_X86_64="/root/mono-installs/desktop-osx-x86_64-release"
|
||||
export MONO_PREFIX_ARM64="/root/mono-installs/desktop-osx-arm64-release"
|
||||
export STRIP="x86_64-apple-darwin23-strip -u -r"
|
||||
export STRIP="x86_64-apple-darwin24.2-strip -u -r"
|
||||
export TERM=xterm
|
||||
|
||||
rm -rf godot
|
||||
|
||||
@@ -38,7 +38,7 @@ export WEB_EDITOR_HOSTNAME=''
|
||||
export REGISTRY='registry.prehensile-tales.com'
|
||||
|
||||
# Version string of the images to use in build.sh.
|
||||
export IMAGE_VERSION='3.6-f39-mono-6.12.0.198'
|
||||
export IMAGE_VERSION='3.7-f42-mono-6.12.0.206'
|
||||
|
||||
# Default build name used to distinguish between official and custom builds.
|
||||
export BUILD_NAME='custom_build'
|
||||
|
||||
Reference in New Issue
Block a user