From db4895e5850d9ae864320fb67025b7f2f7b3c928 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Tue, 23 Apr 2013 17:57:25 +0200 Subject: [PATCH] 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 --- goldendict.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goldendict.pro b/goldendict.pro index cce1d2cb..616371dc 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -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 \