mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
libretro: Update flags for Android ndk-build.
This commit is contained in:
parent
2d0252feb8
commit
037bf3575e
@ -192,7 +192,12 @@ SOURCES_C += \
|
||||
$(EXTDIR)/libpng17/pngwtran.c \
|
||||
$(EXTDIR)/libpng17/pngwutil.c
|
||||
|
||||
COREFLAGS += -DHAVE_STRONG_GETAUXVAL -DSTACK_LINE_READER_BUFFER_SIZE=1024
|
||||
COREFLAGS += -DSTACK_LINE_READER_BUFFER_SIZE=1024
|
||||
ifeq ($(PLATFORM_EXT), android)
|
||||
COREFLAGS += -DHAVE_DLFCN_H
|
||||
else ifneq ($(PLATFORM_EXT), win32)
|
||||
COREFLAGS += -DHAVE_STRONG_GETAUXVAL
|
||||
endif
|
||||
ifneq (,$(findstring osx,$(platform)))
|
||||
ifneq (,$(findstring x86,$(TARGET_ARCH)))
|
||||
COREFLAGS += -DHAVE_SYSCTLBYNAME
|
||||
|
Loading…
Reference in New Issue
Block a user