mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 21:27:52 -05:00
build: only enable adrenotools on arm64
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user