diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-30 07:16:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:35 -0700 |
| commit | 422d8abfdd9ca67f03d34375b2b3c22cc3cd5796 (patch) | |
| tree | 252843b1ac7580f2af3ecf88c09aeb6301e1e85c /ports | |
| parent | 69b57f85fc0ed4647a02e685fa300503ec55c4c8 (diff) | |
| download | vcpkg-422d8abfdd9ca67f03d34375b2b3c22cc3cd5796.tar.gz vcpkg-422d8abfdd9ca67f03d34375b2b3c22cc3cd5796.zip | |
[libwebsockets] Update dependency (#17253)
* [libwebsockets] Update dependency
* Update version files
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libwebsockets/vcpkg.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/libwebsockets/vcpkg.json b/ports/libwebsockets/vcpkg.json index 946c4b611..897f6772b 100644 --- a/ports/libwebsockets/vcpkg.json +++ b/ports/libwebsockets/vcpkg.json @@ -1,17 +1,14 @@ { "name": "libwebsockets", "version-semver": "4.1.6", - "port-version": 1, + "port-version": 2, "description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.", "homepage": "https://github.com/warmcat/libwebsockets", "supports": "!(arm | uwp)", "dependencies": [ "libuv", "openssl", - { - "name": "pthreads", - "platform": "!windows" - }, + "pthreads", "zlib" ] } |
