mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 18:25:02 +00:00
Added missing ZLIB object files also to windows makefile
This commit is contained in:
parent
1f3a14750b
commit
8074679c62
@ -213,7 +213,10 @@ ifeq ($(HAVE_RSOUND), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
ZLIB_OBJS = deps/rzlib/unzip.o \
|
||||
deps/rzlib/ioapi.o
|
||||
OBJ += gfx/rpng/rpng.o file_extract.o decompress/zip_support.o
|
||||
OBJ += $(ZLIB_OBJS)
|
||||
DEFINES += -DHAVE_ZLIB
|
||||
HAVE_COMPRESSION = 1
|
||||
ifeq ($(WANT_MINIZ), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user