mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-22 14:28:57 +02:00
fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
49565c4090
commit
c83bddd4fb
1 changed files with 3 additions and 1 deletions
|
|
@ -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})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue