Skip to content

Commit 0970eca

Browse files
committed
Further attempt to fix CI
Signed-off-by: Matthew A Johnson <matjoh@microsoft.com>
1 parent c59b8b1 commit 0970eca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ports/snmalloc/vcpkg.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"description": "A high-performance, message passing based allocator",
55
"homepage": "https://github.com/microsoft/snmalloc",
66
"license": "MIT",
7+
"dependencies": [
8+
{
9+
"name": "vcpkg-cmake",
10+
"host": true
11+
},
12+
{
13+
"name": "vcpkg-cmake-config",
14+
"host": true
15+
}
16+
],
717
"features": {
818
"static-shim": {
919
"description": "Build and install snmallocshim-static, a compiled static library that exports malloc/free with a configurable symbol prefix (default: sn_)"

0 commit comments

Comments
 (0)