mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Merge pull request #122 from wallyweek/cfalco
*nix: Fixed linking tools against system libraries
This commit is contained in:
commit
b55b45a5a9
2
makefile
2
makefile
@ -756,6 +756,7 @@ INCPATH += -I$(3RDPARTY)/zlib
|
|||||||
ZLIB = $(OBJ)/libz.a
|
ZLIB = $(OBJ)/libz.a
|
||||||
else
|
else
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
|
BASELIBS += -lz
|
||||||
ZLIB =
|
ZLIB =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -766,6 +767,7 @@ FLAC_LIB = $(OBJ)/libflac.a
|
|||||||
# $(OBJ)/libflac++.a
|
# $(OBJ)/libflac++.a
|
||||||
else
|
else
|
||||||
LIBS += -lFLAC
|
LIBS += -lFLAC
|
||||||
|
BASELIBS += -lFLAC
|
||||||
FLAC_LIB =
|
FLAC_LIB =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user