mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +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:
parent
430acb7d2a
commit
20b6c87117
@ -14,5 +14,13 @@
|
||||
"features": ["thread"]
|
||||
},
|
||||
"zeromq"
|
||||
],
|
||||
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090",
|
||||
"overrides": [
|
||||
{
|
||||
"name": "zeromq",
|
||||
"version": "4.3.4",
|
||||
"port-version": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user