mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
Add arm64-ios-release triplet (#36373)
This commit is contained in:
parent
af8f7ee870
commit
7638046e30
6
triplets/community/arm64-ios-release.cmake
Normal file
6
triplets/community/arm64-ios-release.cmake
Normal file
@ -0,0 +1,6 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME iOS)
|
||||
|
||||
set(VCPKG_BUILD_TYPE release)
|
Loading…
Reference in New Issue
Block a user