mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Ability to build without zlib
This commit is contained in:
parent
1d43384213
commit
f0e7088219
@ -1593,7 +1593,9 @@ ifeq ($(HAVE_BUILTINZLIB), 1)
|
|||||||
INCLUDE_DIRS += -I$(LIBRETRO_COMM_DIR)/include/compat/zlib
|
INCLUDE_DIRS += -I$(LIBRETRO_COMM_DIR)/include/compat/zlib
|
||||||
DEFINES += -DWANT_ZLIB
|
DEFINES += -DWANT_ZLIB
|
||||||
else
|
else
|
||||||
|
ifneq ($(HAVE_ZLIB), 0)
|
||||||
HAVE_ZLIB_COMMON = 1
|
HAVE_ZLIB_COMMON = 1
|
||||||
|
endif
|
||||||
LIBS += $(ZLIB_LIBS)
|
LIBS += $(ZLIB_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user