mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 01:49:40 +02:00
(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -
Fix remaining PSP build problems
This commit is contained in:
2
Makefile
2
Makefile
@@ -152,10 +152,12 @@ else
|
||||
OBJS += platform/common/mp3_dummy.o
|
||||
endif
|
||||
|
||||
ifneq "$(DONT_COMPILE_IN_ZLIB)" "1"
|
||||
# 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
|
||||
# unzip
|
||||
endif
|
||||
OBJS += unzip/unzip.o unzip/unzip_stream.o
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user