0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Appveyor install libevent[thread] vcpkg

As per #17586 the default libevent vcpkg install now has thread disabled. This PR installs libevent with the thread feature enabled.
This commit is contained in:
Aaron Clauson 2019-11-25 13:35:36 +00:00
parent e6f167bfdf
commit f13e274b6f
No known key found for this signature in database
GPG key ID: 0A41BDC3F4FAFF1C

View file

@ -1 +1 @@
berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent rapidcheck zeromq double-conversion
berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] rapidcheck zeromq double-conversion