mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-03 03:17:22 -04:00

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>
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"baseline": "0c4cf19224a049cf82f4521e29e39f7bd680440c",
|
|
"repository": "https://github.com/microsoft/vcpkg"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "artifact",
|
|
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
|
"name": "microsoft"
|
|
}
|
|
],
|
|
"overlay-ports": [
|
|
"./cmake/vcpkg-ports"
|
|
],
|
|
"overlay-triplets": [
|
|
"./cmake/vcpkg-triplets"
|
|
]
|
|
}
|