mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 07:07:51 +00:00
bootmanager: Remove references to OpenGL for macOS
OpenGL macOS headers definitions clash heavily with each other
This commit is contained in:
parent
23d63c30e1
commit
638087a937
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