Skip to content

Commit 6a9a4d1

Browse files
committed
Fixes compile errors in MSVC build #27332
+ Pins the compatible version of libevent in vcpkg
1 parent 4c6b7d3 commit 6a9a4d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build_msvc/vcpkg.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@
1313
"features": ["thread"]
1414
},
1515
"zeromq"
16+
],
17+
"builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996",
18+
"overrides": [
19+
{
20+
"name": "libevent",
21+
"version": "2.1.12#7"
22+
}
1623
]
1724
}

0 commit comments

Comments
 (0)