mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
Explicitly set x86_64 architecture for x64-osx triplet (#15001)
This commit is contained in:
parent
3aad1d66c9
commit
c670d13a50
@ -3,3 +3,4 @@ set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
||||
set(VCPKG_OSX_ARCHITECTURES x86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user