mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Merge pull request #16870 from unknownbrackets/cpu-detect
libretro: Probably fix macOS cpu_features build
This commit is contained in:
@@ -193,6 +193,11 @@ SOURCES_C += \
|
||||
$(EXTDIR)/libpng17/pngwutil.c
|
||||
|
||||
COREFLAGS += -DHAVE_STRONG_GETAUXVAL -DSTACK_LINE_READER_BUFFER_SIZE=1024
|
||||
ifneq (,$(findstring osx,$(platform)))
|
||||
ifneq (,$(findstring x86,$(TARGET_ARCH)))
|
||||
COREFLAGS += -DHAVE_SYSCTLBYNAME
|
||||
endif
|
||||
endif
|
||||
SOURCES_C += \
|
||||
$(EXTDIR)/cpu_features/src/filesystem.c \
|
||||
$(EXTDIR)/cpu_features/src/impl_aarch64_linux_or_android.c \
|
||||
|
||||
Reference in New Issue
Block a user