Cory McWilliams
f421606e21
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4308 ed5197a5-7fde-0310-b194-c3ffbd925b24
14 lines
317 B
PkgConfig
14 lines
317 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
|
|
|
|
Name: libuv
|
|
Version: @PACKAGE_VERSION@
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
|
URL: http://libuv.org/
|
|
|
|
Libs: -L${libdir} -luv @LIBS@
|
|
Cflags: -I${includedir}
|