mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 11:04:17 -04:00
Add -lz to taglib.pc and taglib-config when built with zlib
Closes #872
This commit is contained in:
@ -29,7 +29,7 @@ while test $# -gt 0
|
||||
do
|
||||
case $1 in
|
||||
--libs)
|
||||
flags="$flags -L$libdir -ltag"
|
||||
flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
|
||||
;;
|
||||
--cflags)
|
||||
flags="$flags -I$includedir/taglib"
|
||||
|
Reference in New Issue
Block a user