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/libuv | |
| 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/libuv')
| -rw-r--r-- | ports/libuv/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ports/libuv/CONTROL | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/libuv/CMakeLists.txt b/ports/libuv/CMakeLists.txt index 2ebc71612..538169e09 100644 --- a/ports/libuv/CMakeLists.txt +++ b/ports/libuv/CMakeLists.txt @@ -61,7 +61,9 @@ if(NOT UV_SKIP_HEADERS) include/uv-win.h include/uv-unix.h include/uv-darwin.h - DESTINATION include) + include/pthread-barrier.h + DESTINATION include +) endif() install(TARGETS libuv diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index 1c916abe7..6affcb3c2 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,3 +1,3 @@ Source: libuv -Version: 1.20.3-1 +Version: 1.20.3-2 Description: libuv is a multi-platform support library with a focus on asynchronous I/O. |
