aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-09 00:12:54 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-09 00:12:54 -0700
commit26516fe485b0e9048dd4809256a7e4526957c6e9 (patch)
tree0c4434c4489c9e4b1744bcc25d0c1f48f6988078 /ports/libwebsockets
parentc7589e76c0f3d2e266a5724ea57fd328d2ee44ad (diff)
downloadvcpkg-26516fe485b0e9048dd4809256a7e4526957c6e9.tar.gz
vcpkg-26516fe485b0e9048dd4809256a7e4526957c6e9.zip
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
Diffstat (limited to 'ports/libwebsockets')
-rw-r--r--ports/libwebsockets/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL
index 61a9cc449..816253a2c 100644
--- a/ports/libwebsockets/CONTROL
+++ b/ports/libwebsockets/CONTROL
@@ -1,4 +1,4 @@
Source: libwebsockets
-Version: 2.0.0-1
+Version: 2.0.0-2
Build-Depends: zlib, openssl
-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. \ No newline at end of file
+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.