8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00
firebird-mirror/vcpkg.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

19 lines
245 B
JSON

{
"name": "firebird",
"version-string": "5.0.0",
"dependencies": [
"icu",
"libcxx"
],
"overrides": [
{
"name": "icu",
"version": "71.1"
},
{
"name": "libcxx",
"version": "13.0.1"
}
]
}