macOS: Download custom osxcross-compatible MoltenVK build automatically

This commit is contained in:
Rémi Verschelde
2024-05-16 15:23:29 +02:00
parent 0f11496664
commit b3ba0ae932
2 changed files with 12 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ set -e
# Config
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="osxcross_sdk=darwin23.3 production=yes use_volk=no vulkan_sdk_path=/root/vulkansdk angle_libs=/root/angle"
export OPTIONS="osxcross_sdk=darwin23.3 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle"
export OPTIONS_MONO="module_mono_enabled=yes"
export STRIP="x86_64-apple-darwin23.3-strip -u -r"
export TERM=xterm