mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[community triplets] Add x64-osx-dynamic (#10348)
This commit is contained in:
parent
bb7aa46de1
commit
ecff016663
1
.gitignore
vendored
1
.gitignore
vendored
@ -303,6 +303,7 @@ __pycache__/
|
||||
!triplets/community/x86-uwp.cmake
|
||||
!triplets/community/x86-windows-static.cmake
|
||||
!triplets/community/x86-windows-static-md.cmake
|
||||
!triplets/community/x64-osx-dynamic.cmake
|
||||
!triplets/arm-uwp.cmake
|
||||
!triplets/x64-uwp.cmake
|
||||
!triplets/x64-windows.cmake
|
||||
|
5
triplets/community/x64-osx-dynamic.cmake
Normal file
5
triplets/community/x64-osx-dynamic.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
Loading…
Reference in New Issue
Block a user