Skip to content

Commit

Permalink
add x64-osx-release community triplet (microsoft#22134)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit authored Dec 22, 2021
1 parent 3258883 commit f3b460f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions triplets/community/x64-osx-release.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
set(VCPKG_BUILD_TYPE release)

0 comments on commit f3b460f

Please sign in to comment.