Skip to content

Commit

Permalink
arm64 is only available starting from big sur
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Feb 5, 2024
1 parent cd9e2d0 commit 1f87a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vcpkg/triplets/arm64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)
set(VCPKG_BUILD_TYPE release)

set(VCPKG_OSX_DEPLOYMENT_TARGET 10.15)
set(VCPKG_C_FLAGS -mmacosx-version-min=10.15)
set(VCPKG_CXX_FLAGS -mmacosx-version-min=10.15)
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0)
set(VCPKG_C_FLAGS -mmacosx-version-min=11.0)
set(VCPKG_CXX_FLAGS -mmacosx-version-min=11.0)

0 comments on commit 1f87a37

Please sign in to comment.