diff options
| author | alqaz <alqaz@outlook.com> | 2018-05-18 18:00:09 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-18 03:00:09 -0700 |
| commit | ddcc4ad33450636dc126384c953d8fb03e8d05c2 (patch) | |
| tree | 2227805ef49ed30bd2ce1312ab906d0615d338cd /ports/uwebsockets/CONTROL | |
| parent | 15776d1d655543bc1eceb5f930cf6028ce44f176 (diff) | |
| download | vcpkg-ddcc4ad33450636dc126384c953d8fb03e8d05c2.tar.gz vcpkg-ddcc4ad33450636dc126384c953d8fb03e8d05c2.zip | |
uwebsocket on linux need c++ support (#3455)
* uwebsocket on linux need c++ support
* [uwebsockets] Compile feature required on all platforms
* [libuv] Install pthread-barrier.h
Diffstat (limited to 'ports/uwebsockets/CONTROL')
| -rw-r--r-- | ports/uwebsockets/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index 3871e8691..c212611de 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,4 +1,4 @@ Source: uwebsockets -Version: 0.14.8-1 +Version: 0.14.8-2 Build-Depends: libuv, openssl, zlib Description: Highly scalable cross-platform WebSocket & HTTP library for C++11 and Node.js |
