CMAKE_SYSTEM_VERSION fuck docs

This commit is contained in:
lizzie
2026-08-16 05:34:31 +00:00
parent 87449422ac
commit 42403b0296
+1 -1
View File
@@ -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)
if (ANDROID_PLATFORM_LEVEL GREATER_THAN 24)
if (CMAKE_SYSTEM_VERSION GREATER 23)
target_link_libraries(yuzu-android PRIVATE camera2ndk)
endif()