mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Fixes compile errors in MSVC build #27332
+ Pins the compatible version of libevent in vcpkg
This commit is contained in:
parent
4c6b7d330a
commit
6a9a4d13b2
1 changed files with 7 additions and 0 deletions
|
@ -13,5 +13,12 @@
|
||||||
"features": ["thread"]
|
"features": ["thread"]
|
||||||
},
|
},
|
||||||
"zeromq"
|
"zeromq"
|
||||||
|
],
|
||||||
|
"builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996",
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"name": "libevent",
|
||||||
|
"version": "2.1.12#7"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue