mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
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:
parent
487ba6b934
commit
db4895e585
|
@ -108,7 +108,8 @@ mac {
|
|||
-lvorbisfile \
|
||||
-lvorbis \
|
||||
-logg \
|
||||
-lhunspell-1.2
|
||||
-lhunspell-1.2 \
|
||||
-llzo2
|
||||
INCLUDEPATH = maclibs/include
|
||||
LIBS += -Lmaclibs/lib -framework AppKit -framework Carbon
|
||||
OBJECTIVE_SOURCES += lionsupport.mm \
|
||||
|
|
Loading…
Reference in a new issue