mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-05 14:34:49 +02:00
msvc: Specify boost-date-time
package explicitly
Compilation now succeeds only by coincidence, as the `boost-date-time` package is installed as a dependency of the `boost-process` one.
This commit is contained in:
parent
1f97e51d73
commit
6d05c4fd13
@ -3,6 +3,7 @@
|
|||||||
"version-string": "1",
|
"version-string": "1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"berkeleydb",
|
"berkeleydb",
|
||||||
|
"boost-date-time",
|
||||||
"boost-multi-index",
|
"boost-multi-index",
|
||||||
"boost-process",
|
"boost-process",
|
||||||
"boost-signals2",
|
"boost-signals2",
|
||||||
|
Loading…
Reference in New Issue
Block a user