mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[vcpkg] Add static triplet for arm64-windows (#11431)
This commit is contained in:
parent
96edc8c4a3
commit
01e3b301d1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user