mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-08 22:21:24 +02: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"]
|
||||
},
|
||||
"zeromq"
|
||||
],
|
||||
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090",
|
||||
"overrides": [
|
||||
{
|
||||
"name": "zeromq",
|
||||
"version": "4.3.4",
|
||||
"port-version": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user