bootmanager: Remove references to OpenGL for macOS
OpenGL macOS headers definitions clash heavily with each other
This commit is contained in:
parent
b19fe55f84
commit
778f86989a
2 changed files with 19 additions and 2 deletions
|
|
@ -208,6 +208,10 @@ if (MSVC)
|
|||
copy_yuzu_unicorn_deps(yuzu)
|
||||
endif()
|
||||
|
||||
if (NOT APPLE)
|
||||
target_compile_definitions(yuzu PRIVATE HAS_OPENGL)
|
||||
endif()
|
||||
|
||||
if (ENABLE_VULKAN)
|
||||
target_include_directories(yuzu PRIVATE ../../externals/Vulkan-Headers/include)
|
||||
target_compile_definitions(yuzu PRIVATE HAS_VULKAN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue