mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Take out HAVE_COMPRESSION - gets defined by Griffin
This commit is contained in:
parent
a8eefa2057
commit
a3c7fb5fbf
@ -289,7 +289,7 @@ CFLAGS += -DHAVE_RARCH_EXEC
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
CFLAGS += -DHAVE_ZLIB -DWANT_ZLIB -DHAVE_COMPRESSION
|
||||
CFLAGS += -DHAVE_ZLIB -DWANT_ZLIB
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_RPNG), 1)
|
||||
|
Loading…
Reference in New Issue
Block a user