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 b19fe55f84
commit 778f86989a
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)