Explicitly set x86_64 architecture for x64-osx triplet (#15001)

This commit is contained in:
Owen Rudge 2020-12-09 19:57:17 +00:00 committed by GitHub
parent 3aad1d66c9
commit c670d13a50
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 x86_64)