node/deps/uv/libuv.pc.in

13 lines
274 B
PkgConfig
Raw Normal View History

2013-12-14 02:35:09 +08:00
prefix=@prefix@
exec_prefix=${prefix}
2013-12-14 02:35:09 +08:00
libdir=@libdir@
includedir=@includedir@
Name: libuv
2013-12-14 02:35:09 +08:00
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/
2013-12-14 02:35:09 +08:00
2014-03-11 08:01:21 +08:00
Libs: -L${libdir} -luv @LIBS@
2013-12-14 02:35:09 +08:00
Cflags: -I${includedir}