diff options
| author | Deadpikle <Deadpikle@users.noreply.github.com> | 2020-08-05 16:04:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 13:04:53 -0700 |
| commit | 8b0a554b103b05c99abf9c1a7dfdc9402862d048 (patch) | |
| tree | df6245a5fa9e928610622dd14187a90c7350510f | |
| parent | 7b054d8d341324af343ee1b1521a4a83757cef13 (diff) | |
| download | vcpkg-8b0a554b103b05c99abf9c1a7dfdc9402862d048.tar.gz vcpkg-8b0a554b103b05c99abf9c1a7dfdc9402862d048.zip | |
Fix arm64-osx triplet not building for arm64 (#12716)
| -rw-r--r-- | triplets/community/arm64-osx.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triplets/community/arm64-osx.cmake b/triplets/community/arm64-osx.cmake index 44c0b2852..62325a696 100644 --- a/triplets/community/arm64-osx.cmake +++ b/triplets/community/arm64-osx.cmake @@ -3,3 +3,4 @@ set(VCPKG_CRT_LINKAGE dynamic) set(VCPKG_LIBRARY_LINKAGE static) set(VCPKG_CMAKE_SYSTEM_NAME Darwin) +set(VCPKG_OSX_ARCHITECTURES arm64) |
