mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
if want_miniz is 0, zlib is compiled in regardless. Fixes makefile to allow that.
This commit is contained in:
parent
95f02d12f4
commit
dd892712ad
@ -557,12 +557,14 @@ ifeq ($(WANT_MINIZ),1)
|
||||
deps/rzlib/ioapi.o \
|
||||
deps/rzlib/unzip.o
|
||||
else
|
||||
ifeq ($(HAVE_ZLIB),1)
|
||||
ZLIB_OBJS = deps/rzlib/unzip.o deps/rzlib/ioapi.o
|
||||
OBJ += $(ZLIB_OBJS)
|
||||
RETROLAUNCH_OBJ += $(ZLIB_OBJS)
|
||||
JOYCONFIG_OBJ += $(ZLIB_OBJS)
|
||||
HAVE_ZLIB_DEFLATE = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB_DEFLATE),1)
|
||||
DEFINES += -DHAVE_ZLIB_DEFLATE
|
||||
|
Loading…
Reference in New Issue
Block a user