build(vcpkg): patch meson to support universal binaries

tomlplusplus uses Meson as a build system, which makes us come across a
small bug when building Universal Binaries with our custom triplet

I hate vendoring this

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-07-13 16:28:56 -04:00
parent 5c8ce8db66
commit 0ae0996adc
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
16 changed files with 908 additions and 0 deletions

View file

@ -11,6 +11,9 @@
"name": "microsoft"
}
],
"overlay-ports": [
"./cmake/vcpkg-ports"
],
"overlay-triplets": [
"./cmake/vcpkg-triplets"
]