mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-15 21:36:58 +03:00
12 lines
259 B
PkgConfig
12 lines
259 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Version: @PACKAGE_VERSION@
|
|
Description: multi-platform support library with a focus on asynchronous I/O.
|
|
|
|
Libs: -L${libdir} -luv @LIBS@
|
|
Cflags: -I${includedir}
|