mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 12:11:03 +00:00
Merge branch 'have_compression_back'
This commit is contained in:
commit
b172697ced
@ -541,6 +541,10 @@ ifeq ($(HAVE_ZLIB), 1)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef HAVE_COMPRESSION
|
||||
DEFINES += -DHAVE_COMPRESSION
|
||||
endif
|
||||
|
||||
ifeq ($(WANT_MINIZ),1)
|
||||
OBJ += deps/rzlib/adler32.o \
|
||||
deps/rzlib/compress.o \
|
||||
|
Loading…
Reference in New Issue
Block a user