mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
build: only enable adrenotools on arm64
This commit is contained in:
parent
e6740530e5
commit
d54605d1a5
9 changed files with 33 additions and 15 deletions
|
@ -346,6 +346,6 @@ if (YUZU_ENABLE_LTO)
|
|||
set_property(TARGET video_core PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
|
||||
if (ANDROID)
|
||||
if (ANDROID AND ARCHITECTURE_arm64)
|
||||
target_link_libraries(video_core PRIVATE adrenotools)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue