mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
50f12f6c8a
Reviewed-By: Bert Belder <bertbelder@gmail.com>
14 lines
254 B
PkgConfig
14 lines
254 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|