Skip to content

libuv: Add support for building for QNX

Elad Lahav requested to merge elahav/cmake:qnx_host into master
Original Description

Fixed a few issues that prevented the build of CMake on a QNX host machine. There is still an outstanding problem, which is that some C++ code ends up including uv/unix.h, which requires _XOPEN_SOURCE, but the uv_c_flags from bootstrap only apply to C code. How do other platforms handle that?

Topic-rename: libuv-qnx

Edited by Brad King

Merge request reports