Mac: Add -llzo2 to the build, to fix compilation falire

The build works just fine after this change,
once the lzo library is installed via brew:

brew install lzo
This commit is contained in:
Tvangeste 2013-04-23 17:57:25 +02:00
parent 487ba6b934
commit db4895e585

View file

@ -108,7 +108,8 @@ mac {
-lvorbisfile \ -lvorbisfile \
-lvorbis \ -lvorbis \
-logg \ -logg \
-lhunspell-1.2 -lhunspell-1.2 \
-llzo2
INCLUDEPATH = maclibs/include INCLUDEPATH = maclibs/include
LIBS += -Lmaclibs/lib -framework AppKit -framework Carbon LIBS += -Lmaclibs/lib -framework AppKit -framework Carbon
OBJECTIVE_SOURCES += lionsupport.mm \ OBJECTIVE_SOURCES += lionsupport.mm \