mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fix android build
This commit is contained in:
parent
ad949800e4
commit
14caeebcc7
1 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,9 @@ else
|
||||||
use_sh2mame = 1
|
use_sh2mame = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# PD is currently not strict aliasing safe
|
||||||
|
LOCAL_CFLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
# sources
|
# sources
|
||||||
SRCS_COMMON :=
|
SRCS_COMMON :=
|
||||||
DEFINES :=
|
DEFINES :=
|
||||||
|
@ -69,7 +72,7 @@ LOCAL_SRC_FILES += $(R)zlib/gzio.c $(R)zlib/inffast.c $(R)zlib/inflate.c \
|
||||||
$(R)zlib/crc32.c $(R)zlib/adler32.c $(R)zlib/zutil.c \
|
$(R)zlib/crc32.c $(R)zlib/adler32.c $(R)zlib/zutil.c \
|
||||||
$(R)zlib/compress.c $(R)zlib/uncompr.c
|
$(R)zlib/compress.c $(R)zlib/uncompr.c
|
||||||
|
|
||||||
LOCAL_SRC_FILES += $(R)unzip/unzip.c $(R)unzip/unzip_stream.c
|
LOCAL_SRC_FILES += $(R)unzip/unzip.c
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += $(R)
|
LOCAL_C_INCLUDES += $(R)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue