mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
11 lines
200 B
PkgConfig
11 lines
200 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: bzip2
|
||
|
Description: bzip2 compression library
|
||
|
Version: 1.0.8
|
||
|
Libs: -L${libdir} -lbz2
|
||
|
Cflags: -I${includedir}
|