aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Rudge <owen@owenrudge.net>2020-05-21 19:30:20 +0100
committerGitHub <noreply@github.com>2020-05-21 11:30:20 -0700
commit01e3b301d1cf0748b70fb137897fc9a0745e66b4 (patch)
treeb489d52d414f055db8464458dfc14da01c3b510c
parent96edc8c4a3f0c3b9e278ce8b38cf87c1c9d668bf (diff)
downloadvcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.tar.gz
vcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.zip
[vcpkg] Add static triplet for arm64-windows (#11431)
-rw-r--r--.gitignore1
-rw-r--r--triplets/community/arm64-windows-static.cmake4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 43f63c0df..4f8ebfec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/triplets/community/arm64-windows-static.cmake b/triplets/community/arm64-windows-static.cmake
new file mode 100644
index 000000000..34c53f0a2
--- /dev/null
+++ b/triplets/community/arm64-windows-static.cmake
@@ -0,0 +1,4 @@
+set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+