Files
prismlauncher-crack/vcpkg-configuration.json
Seth Flynn 83b4a31144 build(vcpkg): use a minimal libqrencode build
`libpng` in vcpkg doesn't have the right patches (libpng@ed68998) to
build with universal binary support on macOS, so let's avoid building it
(we need to bump our baseline for this too)

Thanks for letting me know it was optional, Kode :)

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-11-13 04:13:02 -05:00

21 lines
458 B
JSON

{
"default-registry": {
"kind": "git",
"baseline": "1fddddc280dfed63956e15ef74f4321bc6a219c9",
"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"
]
}