mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 03:09:41 +00:00
[triplets][osx] add support for arm64 'apple silicon' (#12259)
* [triplets][osx] add support for arm64 'apple silicon' * [osx] moving to community for now * [osx][triplets] make sure to update .gitignore as well
This commit is contained in:
parent
33fd93c4ae
commit
aa6f70b665
1
.gitignore
vendored
1
.gitignore
vendored
@ -320,6 +320,7 @@ __pycache__/
|
||||
!triplets/community/x64-ios.cmake
|
||||
!triplets/community/x86-ios.cmake
|
||||
!triplets/community/wasm32-emscripten.cmake
|
||||
!triplets/community/arm64-osx.cmake
|
||||
!triplets/arm-uwp.cmake
|
||||
!triplets/x64-uwp.cmake
|
||||
!triplets/x64-windows.cmake
|
||||
|
5
triplets/community/arm64-osx.cmake
Normal file
5
triplets/community/arm64-osx.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
Loading…
Reference in New Issue
Block a user