Skip to content

fix: add -luv to Makefiles where needed

Evan Hunt requested to merge each-add-libuv-libs into main

Since we are now using libuv to get the memory size and number of processors, on some platforms, applications will need to link with libuv that didn't before.

Merge request reports