diff options
| author | Owen Rudge <owen@owenrudge.net> | 2020-05-21 19:30:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 11:30:20 -0700 |
| commit | 01e3b301d1cf0748b70fb137897fc9a0745e66b4 (patch) | |
| tree | b489d52d414f055db8464458dfc14da01c3b510c | |
| parent | 96edc8c4a3f0c3b9e278ce8b38cf87c1c9d668bf (diff) | |
| download | vcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.tar.gz vcpkg-01e3b301d1cf0748b70fb137897fc9a0745e66b4.zip | |
[vcpkg] Add static triplet for arm64-windows (#11431)
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | triplets/community/arm64-windows-static.cmake | 4 |
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)
+
|
