mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
Fix arm64-osx triplet not building for arm64 (#12716)
This commit is contained in:
parent
7b054d8d34
commit
8b0a554b10
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user