aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorAaron Clauson <[email protected]>2019-11-25 13:35:36 +0000
committerAaron Clauson <[email protected]>2019-11-25 13:35:36 +0000
commitf13e274b6f8ada41ebcd3e746b38c7577074f6f9 (patch)
treeb1a7ea3919733ef70fee5d37ff16601778ab45e1 /build_msvc
parentMerge #17569: build: Allow export of environ symbols and work around rv64 too... (diff)
downloaddiscoin-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.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/vcpkg-packages.txt2
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