build(vcpkg): add univesal-osx triplet

vcpkg doesn't officially support universal binaries, but this should
function as a workaround until it does one day

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-07-13 15:49:26 -04:00
parent 4614d683b3
commit 5c8ce8db66
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 13 additions and 1 deletions

View file

@ -10,5 +10,8 @@
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
],
"overlay-triplets": [
"./cmake/vcpkg-triplets"
]
}