mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
parent
b4c2331e79
commit
325ee167fd
8 changed files with 12 additions and 9 deletions
3
Makefile
3
Makefile
|
@ -164,9 +164,12 @@ else
|
|||
OBJS += platform/common/mp3_dummy.o
|
||||
endif
|
||||
|
||||
ifeq "$(PLATFORM)" "libretro"
|
||||
# zlib
|
||||
OBJS += zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o \
|
||||
zlib/deflate.o zlib/crc32.o zlib/adler32.o zlib/zutil.o zlib/compress.o zlib/uncompr.o
|
||||
CFLAGS += -Izlib
|
||||
endif
|
||||
# unzip
|
||||
OBJS += unzip/unzip.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue