mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 13:50:50 +00:00
13 lines
252 B
PkgConfig
13 lines
252 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
sharedlibdir=${libdir}
|
|
includedir=${prefix}/include
|
|
|
|
Name: zlib
|
|
Description: zlib-ng compression library
|
|
Version: 1.2.11
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|