mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
generate triplet file in compile.sh
This commit is contained in:
parent
f7b7c62376
commit
c6b477366e
2 changed files with 10 additions and 15 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue