Skip to content

Commit

Permalink
Add explicit architecture information to x64-osx-openrct2 triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Sep 7, 2024
1 parent fd04327 commit cc7f75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x64-osx-openrct2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit cc7f75d

Please sign in to comment.