8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
firebird-mirror/vcpkg-configuration.json
Adriano dos Santos Fernandes b31d37b787 MacOS: build libicu and static libc++ using vcpkg.
Also improve non-CI build automation.
2023-08-23 23:09:49 -03:00

21 lines
402 B
JSON

{
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "417119555f155f6044dec7a379cd25466e339873"
},
"registries": [
{
"kind": "filesystem",
"path": "vcpkg-custom/registry",
"baseline": "2023-08-23",
"packages": [
"libcxx"
]
}
],
"overlay-triplets": [
"vcpkg-custom/triplets"
]
}