From cc7f75d2c7fc7696e01a11f8482c04a24f0e8911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 7 Sep 2024 11:58:17 +0200 Subject: [PATCH] Add explicit architecture information to x64-osx-openrct2 triplet --- x64-osx-openrct2.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/x64-osx-openrct2.cmake b/x64-osx-openrct2.cmake index 7e24cac2..32a439c5 100644 --- a/x64-osx-openrct2.cmake +++ b/x64-osx-openrct2.cmake @@ -3,6 +3,7 @@ set(VCPKG_CRT_LINKAGE dynamic) set(VCPKG_LIBRARY_LINKAGE dynamic) set(VCPKG_CMAKE_SYSTEM_NAME Darwin) +set(VCPKG_OSX_ARCHITECTURES x86_64) set(VCPKG_OSX_DEPLOYMENT_TARGET "10.13") set(VCPKG_BUILD_TYPE release)