diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-11-25 13:35:36 +0000 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-11-25 13:35:36 +0000 |
commit | f13e274b6f8ada41ebcd3e746b38c7577074f6f9 (patch) | |
tree | b1a7ea3919733ef70fee5d37ff16601778ab45e1 /build_msvc | |
parent | e6f167bfdfc056ced2064c7e21f8abbff6e3ff19 (diff) |
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.
Diffstat (limited to 'build_msvc')
-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 d63636259d..27e2bbdcde 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 |