Skip to content

Commit

Permalink
Update arm64-android.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Aug 24, 2024
1 parent a250c22 commit 8f434bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg/triplets/arm64-android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(VCPKG_CMAKE_SYSTEM_NAME Android)
set(VCPKG_BUILD_TYPE release)
set(VCPKG_MAKE_BUILD_TRIPLET "--host=aarch64-linux-android")
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DANDROID_ABI=arm64-v8a)
set(VCPKG_CMAKE_SYSTEM_VERSION 21)
set(VCPKG_CMAKE_SYSTEM_VERSION 23)
set(ANDROID_SDK_ROOT $ENV{ANDROID_SDK_ROOT})

set(VCPKG_CXX_FLAGS "-fstack-protector-strong")
Expand Down

0 comments on commit 8f434bf

Please sign in to comment.