mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Also added HAVE_ZLIB to linux makefile and added missing joyobj and retrolaunch obj for zip support
This commit is contained in:
parent
4d65063a83
commit
2dfc763ca9
4
Makefile
4
Makefile
@ -415,8 +415,10 @@ endif
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
HAVE_COMPRESSION = 1
|
||||
OBJ += gfx/rpng/rpng.o file_extract.o decompress/zip_support.o
|
||||
JOYCONFIG_OBJ += decompress/zip_support.o
|
||||
RETROLAUNCH_OBJ += decompress/zip_support.o
|
||||
LIBS += $(ZLIB_LIBS)
|
||||
DEFINES += $(ZLIB_CFLAGS) -DHAVE_ZLIB_DEFLATE
|
||||
DEFINES += $(ZLIB_CFLAGS) -DHAVE_ZLIB_DEFLATE -DHAVE_ZLIB
|
||||
endif
|
||||
|
||||
OBJ += record/ffemu.o
|
||||
|
Loading…
Reference in New Issue
Block a user