generate triplet file in compile.sh

This commit is contained in:
Bruno Alexandre Rosa 2025-10-03 18:57:17 -03:00
parent f7b7c62376
commit c6b477366e
2 changed files with 10 additions and 15 deletions

View file

@ -1,12 +0,0 @@
# copied from vcpkg/triplets/x64-osx.cmake
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)
# end of copied code
# Set the minimum macOS version for all dependencies
set(VCPKG_CMAKE_SYSTEM_VERSION 13.0)
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.0)