get rid of the silly unzip_stream

... and just use zlib's inflate. Needed for the next commit.
This commit is contained in:
notaz
2017-04-17 00:30:30 +03:00
committed by twinaphex
parent 653f0b1399
commit e4a2d86a03
4 changed files with 101 additions and 218 deletions

View File

@@ -170,8 +170,7 @@ OBJS += zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o \
CFLAGS += -Izlib
endif
# unzip
OBJS += unzip/unzip.o unzip/unzip_stream.o
endif
OBJS += unzip/unzip.o
include platform/common/common.mak