diff options
| author | Aaron Clauson <[email protected]> | 2019-11-25 13:35:36 +0000 |
|---|---|---|
| committer | Aaron Clauson <[email protected]> | 2019-11-25 13:35:36 +0000 |
| commit | f13e274b6f8ada41ebcd3e746b38c7577074f6f9 (patch) | |
| tree | b1a7ea3919733ef70fee5d37ff16601778ab45e1 | |
| parent | Merge #17569: build: Allow export of environ symbols and work around rv64 too... (diff) | |
| download | discoin-f13e274b6f8ada41ebcd3e746b38c7577074f6f9.tar.xz discoin-f13e274b6f8ada41ebcd3e746b38c7577074f6f9.zip | |
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.
| -rw-r--r-- | build_msvc/vcpkg-packages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/vcpkg-packages.txt b/build_msvc/vcpkg-packages.txt index d63636259..27e2bbdcd 100644 --- a/build_msvc/vcpkg-packages.txt +++ b/build_msvc/vcpkg-packages.txt @@ -1 +1 @@ -berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent rapidcheck zeromq double-conversion
\ No newline at end of file +berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] rapidcheck zeromq double-conversion
\ No newline at end of file |