mirror of https://github.com/PCSX2/pcsx2.git
Build: Disable Vulkan on macOS builds
MoltenVK does not support the extensions we now require.
This commit is contained in:
parent
0787c65e51
commit
beb07365a0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue