bootmanager: Remove references to OpenGL for macOS

OpenGL macOS headers definitions clash heavily with each other
This commit is contained in:
MerryMage 2020-06-17 12:37:15 +01:00
parent 23d63c30e1
commit 638087a937
2 changed files with 19 additions and 2 deletions

View file

@ -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)