Build: Disable Vulkan on macOS builds

MoltenVK does not support the extensions we now require.
This commit is contained in:
Stenzek 2023-08-09 01:17:42 +10:00 committed by Connor McLaughlin
parent 0787c65e51
commit beb07365a0
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ jobs:
cmake -DCMAKE_PREFIX_PATH="$HOME/deps" \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_OPENGL=OFF \
-DUSE_VULKAN=OFF \
-DDISABLE_ADVANCE_SIMD=ON \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DUSE_SYSTEM_LIBS=OFF \