macos: Disable use of system MoltenVK

Co-authored-by: Nick Majkic <8842171-majkic65@users.noreply.gitlab.com>
This commit is contained in:
Exverge 2024-03-21 21:13:16 -04:00
parent b6ad090424
commit 8bd3720d36
Signed by: Exverge
GPG Key ID: 19AAFC0AC6A9B35A
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ option(SUYU_ENABLE_PORTABLE "Allow suyu to enable portable mode if a user folder
CMAKE_DEPENDENT_OPTION(SUYU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF)
CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" ON)
CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF)
option(USE_CCACHE "Use CCache for faster building" ON)