nodejs/deps/uv/libuv.pc.in

14 lines
317 B
PkgConfig
Raw Permalink Normal View History

2013-12-13 22:35:09 +04:00
prefix=@prefix@
exec_prefix=${prefix}
2013-12-13 22:35:09 +04:00
libdir=@libdir@
includedir=@includedir@
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
2013-12-13 22:35:09 +04:00
Name: libuv
2013-12-13 22:35:09 +04:00
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/
2013-12-13 22:35:09 +04:00
2014-03-10 17:01:21 -07:00
Libs: -L${libdir} -luv @LIBS@
2013-12-13 22:35:09 +04:00
Cflags: -I${includedir}