Skip to content

Commit 17aa6fe

Browse files
committed
Use custom vcpkg registry
1 parent a82d40b commit 17aa6fe

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

vcpkg-configuration.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
{
2+
"default-registry": {
3+
"kind": "git",
4+
"repository": "https://github.com/microsoft/vcpkg",
5+
"baseline": "8fbf295ab5283313932f65a597a2c1f09a73fafd"
6+
},
7+
"registries": [
8+
{
9+
"kind": "git",
10+
"repository": "https://github.com/asfernandes/firebird-vcpkg-registry.git",
11+
"baseline": "b6f66126b8d0a232f248594c4643b474f7ed0f03",
12+
"packages": [ "firebird" ]
13+
}
14+
]
215
}

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"version": "5.0.3"
2626
}
2727
],
28-
"builtin-baseline": "b6fff829b85a9fea8e1d936fc6f0e7377bcdb1ab"
28+
"builtin-baseline": "8fbf295ab5283313932f65a597a2c1f09a73fafd"
2929
}

0 commit comments

Comments
 (0)