diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-06-18 02:32:15 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-17 11:32:15 -0700 |
| commit | b4ae1fb52109e5f1359583d49a0d274412f3bd50 (patch) | |
| tree | 6c31875638fa03f03684ea938c8e047719bc3efd /ports/libwebsockets/CONTROL | |
| parent | ba0b34c2e88c50626bb38a6f21ffcc7b2f93ad4d (diff) | |
| download | vcpkg-b4ae1fb52109e5f1359583d49a0d274412f3bd50.tar.gz vcpkg-b4ae1fb52109e5f1359583d49a0d274412f3bd50.zip | |
[libwebsockets] Fix build error on Linux (#6855)
Diffstat (limited to 'ports/libwebsockets/CONTROL')
| -rw-r--r-- | ports/libwebsockets/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 97a755677..ae9c3d6ee 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: libwebsockets -Version: 3.1.0 +Version: 3.1.0-1 Build-Depends: zlib, openssl Homepage: https://github.com/warmcat/libwebsockets 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. |
