mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 07:28:56 +02:00
fix apple clang
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
a3d63b74e4
commit
38d496b35b
1 changed files with 4 additions and 3 deletions
|
|
@ -467,15 +467,16 @@ if (YUZU_USE_CPM)
|
|||
|
||||
# Opus
|
||||
AddJsonPackage(opus)
|
||||
if (NOT TARGET Opus::opus)
|
||||
add_library(Opus::opus ALIAS opus)
|
||||
endif()
|
||||
if (Opus_ADDED)
|
||||
if (MSVC AND CXX_CLANG)
|
||||
target_compile_options(opus PRIVATE
|
||||
-Wno-implicit-function-declaration
|
||||
)
|
||||
endif()
|
||||
if (NOT TARGET Opus::opus)
|
||||
add_library(Opus::opus ALIAS opus)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Opus
|
||||
AddJsonPackage(opus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue