Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-03-26 03:02:28 -04:00 committed by lizzie
parent e47edba11a
commit a80bb492d5

View file

@ -488,9 +488,11 @@ endfunction()
# Put these BEFORE EXTERNALS or Boost WILL die # Put these BEFORE EXTERNALS or Boost WILL die
# ============================================= # =============================================
if (APPLE) if (APPLE)
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia) set(_libs Metal IOKit CoreVideo CoreMedia)
if (IOS) if (IOS)
list(APPEND _libs objc) list(APPEND _libs objc)
else()
list(APPEND _libs Carbon Cocoa)
endif() endif()
foreach(fw ${_libs}) foreach(fw ${_libs})