Skip to content

Commit

Permalink
fix android x64
Browse files Browse the repository at this point in the history
  • Loading branch information
dantmnf committed May 29, 2024
1 parent 481e917 commit a3f52e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg-overlay/triplets/maa-x64-android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_CMAKE_SYSTEM_NAME Android)
set(VCPKG_CMAKE_SYSTEM_VERSION 23)
set(VCPKG_BUILD_TYPE release)
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF)
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_ABI=x86_64 -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF)

include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc)

0 comments on commit a3f52e6

Please sign in to comment.