add missing dependency libbzip2 to Mac build

Signed-off-by: Julian Depetris Chauvin <jdepetris@gmail.com>
This commit is contained in:
Julian Depetris Chauvin 2012-03-25 21:53:12 -03:00
parent 932d6c4767
commit 3e3071003c

View file

@ -95,6 +95,7 @@ mac {
# if you want the support for PowerPC and/or Mac OS X 10.4
# CONFIG += x86 x86_64 ppc
LIBS = -lz \
-lbz2 \
-liconv \
-lvorbisfile \
-lvorbis \