mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
6a9a4d13b2
+ Pins the compatible version of libevent in vcpkg
25 lines
433 B
JSON
25 lines
433 B
JSON
{
|
|
"name": "bitcoin-core",
|
|
"version-string": "1",
|
|
"dependencies": [
|
|
"berkeleydb",
|
|
"boost-multi-index",
|
|
"boost-process",
|
|
"boost-signals2",
|
|
"boost-test",
|
|
"sqlite3",
|
|
{
|
|
"name": "libevent",
|
|
"features": ["thread"]
|
|
},
|
|
"zeromq"
|
|
],
|
|
"builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996",
|
|
"overrides": [
|
|
{
|
|
"name": "libevent",
|
|
"version": "2.1.12#7"
|
|
}
|
|
]
|
|
}
|