Build: Don't include AGL context wrapper for libretro

This commit is contained in:
Connor McLaughlin
2020-09-13 11:56:56 +10:00
parent 3847be86b0
commit a0f6b4ce81
2 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ if(USE_WAYLAND)
target_link_libraries(common PRIVATE Wayland::Egl)
endif()
if(APPLE)
if(APPLE AND NOT BUILD_LIBRETRO_CORE)
target_sources(common PRIVATE
gl/context_agl.mm
gl/context_agl.h