mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 02:51:43 +00:00
14 lines
275 B
PkgConfig
14 lines
275 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
symbol_prefix=
|
|
libdir=${exec_prefix}/lib
|
|
sharedlibdir=${libdir}
|
|
includedir=${prefix}/include
|
|
|
|
Name: zlib
|
|
Description: zlib-ng compression library
|
|
Version: 1.2.13.zlib-ng
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|