Skip to content

bootstrap: Add option to use system libuv during bootstrap

Julien Schueller requested to merge jschueller/cmake:libuv into master

Support bootstrapping on older systems where our bundled version libuv does not compile (.e.g Centos5, see #19086 (closed) and #19311 (closed)). Add a --bootstrap-system-libuv option to use the system-provided libuv even for the bootstrap binary itself.

Topic-rename: bootstrap-system-libuv

Edited by Brad King

Merge request reports