mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-04 01:11:15 +00:00
12 lines
222 B
PkgConfig
12 lines
222 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: expat
|
||
|
Version: 2.4.1
|
||
|
Description: expat XML parser
|
||
|
URL: http://www.libexpat.org
|
||
|
Libs: -L${libdir} -lexpat
|
||
|
Cflags: -I${includedir}
|