Fix compiler flags for linking in linux.

This commit is contained in:
Paolo Cignoni cignoni 2009-12-07 15:59:56 +00:00
parent 0af2eb3de4
commit 836758e31d

View File

@ -95,6 +95,7 @@ mac:LIBS += meshlab.app/Contents/MacOS/libcommon.dylib
win32-msvc2005:LIBS += XXXXXXX
win32-msvc2008:LIBS += XXXXXXX
win32-g++:LIBS += XXXXXXX
unix:LIBS += -L../common -lcommon
# uncomment in your local copy only in emergency cases.
# We should never be too permissive