Fix arm64-osx triplet not building for arm64 (#12716)

This commit is contained in:
Deadpikle 2020-08-05 16:04:53 -04:00 committed by GitHub
parent 7b054d8d34
commit 8b0a554b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)