mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Makefile.common: Fix the system zlib check.
This commit is contained in:
parent
4eaf987ede
commit
30880df55e
@ -1592,12 +1592,10 @@ ifeq ($(HAVE_BUILTINZLIB), 1)
|
||||
$(DEPS_DIR)/libz/zutil.o
|
||||
INCLUDE_DIRS += -I$(LIBRETRO_COMM_DIR)/include/compat/zlib
|
||||
DEFINES += -DWANT_ZLIB
|
||||
else
|
||||
ifneq ($(HAVE_ZLIB), 0)
|
||||
else ifeq ($(HAVE_ZLIB),1)
|
||||
HAVE_ZLIB_COMMON = 1
|
||||
LIBS += $(ZLIB_LIBS)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB_COMMON), 1)
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/file/archive_file_zlib.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user