From e7be247891f698717c24140d428cc63695920278 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 7 Sep 2026 21:54:12 +0000 Subject: [PATCH] 2026-09-07 21:54:12 Signed-off-by: lizzie --- src/android/app/src/main/jni/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/jni/CMakeLists.txt b/src/android/app/src/main/jni/CMakeLists.txt index 79c4973872..b4901ed9d0 100644 --- a/src/android/app/src/main/jni/CMakeLists.txt +++ b/src/android/app/src/main/jni/CMakeLists.txt @@ -23,7 +23,7 @@ set_property(TARGET yuzu-android PROPERTY IMPORTED_LOCATION ${FFmpeg_LIBRARY_DIR target_link_libraries(yuzu-android PRIVATE audio_core common core input_common frontend_common video_core) target_link_libraries(yuzu-android PRIVATE android EGL glad jnigraphics log GLESv2) -if (CMAKE_SYSTEM_VERSION GREATER_THAN 24) +if (CMAKE_SYSTEM_VERSION GREATER 24) target_link_libraries(yuzu-android PRIVATE camera2ndk) endif()