aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libwebsockets')
-rw-r--r--ports/libwebsockets/vcpkg.json7
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"
]
}