Update android libraries URL

This commit is contained in:
Michał Janiszewski 2024-02-24 23:06:02 +01:00
parent a37e83b63c
commit a9f26c804a
1 changed files with 1 additions and 2 deletions

View File

@ -19,9 +19,8 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i686.*|i386.*|x86.*|amd64.*|AMD64.*")
endif()
include(ExternalProject)
# TODO(janisozaur): Update the url below
ExternalProject_Add(libs
URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v0.9/openrct2-libs-android-${ANDROID_ABI}.tar.gz
URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v10/${ANDROID_ABI}-android-dynamic.tar.zst
SOURCE_DIR "${CMAKE_BINARY_DIR}/libs"