diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dcfe9acbb..1368ce3669 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -266,7 +266,7 @@ if (ANDROID AND YUZU_DOWNLOAD_ANDROID_VVL) set(abi ${CMAKE_ANDROID_ARCH_ABI}) set(vvl_lib_path "${CMAKE_CURRENT_SOURCE_DIR}/src/android/app/src/main/jniLibs/${abi}/") - file(COPY "${CMAKE_BINARY_DIR}/externals/android-binaries-${vvl_version}/${abi}/libVkLayer_khronos_validation.so" + file(COPY "${VVL_SOURCE_DIR}/${abi}/libVkLayer_khronos_validation.so" DESTINATION "${vvl_lib_path}") endif()