Merge pull request #122 from wallyweek/cfalco

*nix: Fixed linking tools against system libraries
This commit is contained in:
Oliver Stöneberg 2015-01-29 13:39:56 +01:00
commit b55b45a5a9

View File

@ -756,6 +756,7 @@ INCPATH += -I$(3RDPARTY)/zlib
ZLIB = $(OBJ)/libz.a
else
LIBS += -lz
BASELIBS += -lz
ZLIB =
endif
@ -766,6 +767,7 @@ FLAC_LIB = $(OBJ)/libflac.a
# $(OBJ)/libflac++.a
else
LIBS += -lFLAC
BASELIBS += -lFLAC
FLAC_LIB =
endif