diff options
| author | Davide Beatrici <git@davidebeatrici.dev> | 2021-03-18 21:20:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 13:20:10 -0700 |
| commit | 4987faf90df0bb88d8495177162873d75c1decde (patch) | |
| tree | 37340bbec8b3aadebb5e9b2c90c72f20c8acd179 | |
| parent | 1eca0d23cda1fc86748278ab4c244c531325570d (diff) | |
| download | vcpkg-4987faf90df0bb88d8495177162873d75c1decde.tar.gz vcpkg-4987faf90df0bb88d8495177162873d75c1decde.zip | |
[vcpkg] Add "arm64-windows-static-md" triplet (#16761)
Just like x64-windows-static-md, but for ARM64.
| -rw-r--r-- | triplets/community/arm64-windows-static-md.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triplets/community/arm64-windows-static-md.cmake b/triplets/community/arm64-windows-static-md.cmake new file mode 100644 index 000000000..f798113e1 --- /dev/null +++ b/triplets/community/arm64-windows-static-md.cmake @@ -0,0 +1,3 @@ +set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE static)
|
