mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
10 lines
200 B
PkgConfig
10 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}
|