build: add required libraries to libuv.pc.in
This commit is contained in:
parent
b870d914eb
commit
409c7b37c1
@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
|
|||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Description: multi-platform support library with a focus on asynchronous I/O.
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
||||||
|
|
||||||
Libs: -L${libdir} -luv
|
Libs: -L${libdir} -luv @LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user