mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
build: Specify zeromq port explicitly for MSVC builds
Current port 4 is broken: - https://github.com/microsoft/vcpkg/pull/22681#issuecomment-1061312320
This commit is contained in:
@@ -14,5 +14,13 @@
|
|||||||
"features": ["thread"]
|
"features": ["thread"]
|
||||||
},
|
},
|
||||||
"zeromq"
|
"zeromq"
|
||||||
|
],
|
||||||
|
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090",
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"name": "zeromq",
|
||||||
|
"version": "4.3.4",
|
||||||
|
"port-version": 3
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user