Skip to content

Commit

Permalink
CI arm64-android dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Dec 29, 2023
1 parent 0a35769 commit dd5ed27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
- name: tripletPattern
displayName: 'Enable triplets which contain this substring'
type: string
default: '-'
default: 'android'

jobs:
- template: windows/azure-pipelines.yml
Expand Down
3 changes: 3 additions & 0 deletions triplets/arm64-android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Android)
set(VCPKG_MAKE_BUILD_TRIPLET "--host=aarch64-linux-android")
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DANDROID_ABI=arm64-v8a)
# Test
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)

0 comments on commit dd5ed27

Please sign in to comment.