mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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
|
||||
DEFINES += -DWANT_ZLIB
|
||||
else
|
||||
ifneq ($(HAVE_ZLIB), 0)
|
||||
HAVE_ZLIB_COMMON = 1
|
||||
endif
|
||||
LIBS += $(ZLIB_LIBS)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user