nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

fix: Change casing on FindLIBUV.cmake #219

Closed phated closed 1 year ago

phated commented 1 year ago

This fixes the casing of FindLIBUV.cmake to ensure that libuv can be found on linux systems.

I ran into this problem when bundling the project for consumption by ocaml, where Linux started failing while Windows & Mac passed CI.