mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[vcpkg] Add static triplet for arm64-windows (#11431)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -295,6 +295,7 @@ __pycache__/
|
||||
#add vcpkg-designed triplets back in
|
||||
!triplets/community/arm64-mingw.cmake
|
||||
!triplets/community/arm64-uwp.cmake
|
||||
!triplets/community/arm64-windows-static.cmake
|
||||
!triplets/community/arm-mingw.cmake
|
||||
!triplets/community/arm-windows.cmake
|
||||
!triplets/community/x64-mingw.cmake
|
||||
|
||||
4
triplets/community/arm64-windows-static.cmake
Normal file
4
triplets/community/arm64-windows-static.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||||
set(VCPKG_CRT_LINKAGE static)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
Reference in New Issue
Block a user