mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
14 lines
274 B
PkgConfig
14 lines
274 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.3.0.zlib-ng
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|