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:
parent
5c8ce8db66
commit
0ae0996adc
16 changed files with 908 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
"name": "microsoft"
|
||||
}
|
||||
],
|
||||
"overlay-ports": [
|
||||
"./cmake/vcpkg-ports"
|
||||
],
|
||||
"overlay-triplets": [
|
||||
"./cmake/vcpkg-triplets"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue