1
mirror of https://github.com/bitcoin/bitcoin synced 2024-07-29 08:48:30 +02: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