Skip to content

Commit 0fe855c

Browse files
committed
macOS: Disable volk to link MoltenVK statically
1 parent edd1194 commit 0fe855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-macosx/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Config
66

77
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
8-
export OPTIONS="osxcross_sdk=darwin21.4 production=yes use_static_mvk=yes VULKAN_SDK_PATH=/root/vulkansdk"
8+
export OPTIONS="osxcross_sdk=darwin21.4 production=yes use_volk=no VULKAN_SDK_PATH=/root/vulkansdk"
99
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
1010
export MONO_PREFIX_X86_64="/root/mono-installs/desktop-osx-x86_64-release"
1111
export MONO_PREFIX_ARM64="/root/mono-installs/desktop-osx-arm64-release"

0 commit comments

Comments
 (0)