mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 20:38:57 +02:00
fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
0b8f30e98b
commit
bd91519bf1
1 changed files with 3 additions and 1 deletions
|
|
@ -488,9 +488,11 @@ endfunction()
|
|||
# Put these BEFORE EXTERNALS or Boost WILL die
|
||||
# =============================================
|
||||
if (APPLE)
|
||||
set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia)
|
||||
set(_libs Metal IOKit CoreVideo CoreMedia)
|
||||
if (IOS)
|
||||
list(APPEND _libs objc)
|
||||
else()
|
||||
list(APPEND _libs Carbon Cocoa)
|
||||
endif()
|
||||
|
||||
foreach(fw ${_libs})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue