Remove superfluous -lz from Linux build.

This commit is contained in:
C. Guy Yarvin 2017-07-14 14:53:19 -07:00
parent eaab4ea4c9
commit 145980b9f9

View File

@ -75,7 +75,7 @@ ifeq ($(OS),osx)
OSLIBS=-framework CoreServices -framework CoreFoundation
endif
ifeq ($(OS),linux)
OSLIBS=-lpthread -lrt -lcurses -lz
OSLIBS=-lpthread -lrt -lcurses
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
endif
ifeq ($(OS),bsd)