aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--triplets/community/arm64-osx.cmake5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c3973b097..d3be89f60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/triplets/community/arm64-osx.cmake b/triplets/community/arm64-osx.cmake
new file mode 100644
index 000000000..44c0b2852
--- /dev/null
+++ b/triplets/community/arm64-osx.cmake
@@ -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)