diff options
| author | 2015-01-29 12:55:14 +0100 | |
|---|---|---|
| committer | 2015-01-29 12:55:14 +0100 | |
| commit | a49eee8559083442b5b647d27158ecd8e4b3aebe (patch) | |
| tree | 02ea7479b894673091b2083bdb5330007d67706e /makefile | |
| parent | 916aaee5b6557b0949a544ad6751ff3efb6b5a45 (diff) | |
*nix: Fixed linking tools against system libraries
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
