We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9973556 commit 83b71cbCopy full SHA for 83b71cb
build-macos/build.sh
@@ -5,7 +5,7 @@ set -e
5
# Config
6
7
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
8
-export OPTIONS="osxcross_sdk=darwin21.4 production=yes use_volk=no VULKAN_SDK_PATH=/root/vulkansdk"
+export OPTIONS="osxcross_sdk=darwin21.4 production=yes use_volk=no vulkan_sdk_path=/root/vulkansdk"
9
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
10
export MONO_PREFIX_X86_64="/root/mono-installs/desktop-osx-x86_64-release"
11
export MONO_PREFIX_ARM64="/root/mono-installs/desktop-osx-arm64-release"
0 commit comments