mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +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_LIBRARY_LINKAGE static)
|
||||||
|
|
||||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
||||||
|
set(VCPKG_OSX_ARCHITECTURES arm64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user