mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 15:58:43 +00:00
Merge pull request #4330 from ligfx/no_vulkan_on_mac
Don't build Vulkan video backend on macOS
This commit is contained in:
commit
3ec91a4e33
3 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
add_subdirectory(OGL)
|
||||
add_subdirectory(Null)
|
||||
add_subdirectory(Software)
|
||||
if(NOT APPLE)
|
||||
add_subdirectory(Vulkan)
|
||||
endif()
|
||||
# TODO: Add other backends here!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue