mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
12 lines
248 B
PkgConfig
12 lines
248 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: FLAC
|
|
Description: Free Lossless Audio Codec Library
|
|
Version: 1.3.3
|
|
Requires.private: ogg
|
|
Libs: -L${libdir} -lFLAC
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|