triplets: Add an arm64 FreeBSD triplet (#47045)

This commit is contained in:
CQ_Undefine
2025-08-27 10:10:04 +02:00
committed by GitHub
parent d0acd431d3
commit c8797aa16c

View File

@@ -0,0 +1,6 @@
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME FreeBSD)