From: notaz Date: Mon, 24 Jul 2023 22:33:46 +0000 (+0300) Subject: make: try to fix osx still not detecting things X-Git-Tag: r24l~280 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b2392bb;p=pcsx_rearmed.git make: try to fix osx still not detecting things --- diff --git a/Makefile.libretro b/Makefile.libretro index 45355984..5f43eea0 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -104,7 +104,7 @@ ifneq (,$(shell $(CC) -E -dD $(CFLAGS) include/arm_features.h | grep 'HAVE_NEON3 BUILTIN_GPU = neon endif endif -ifneq (,$(findstring $(ARCH_DETECTED),i686 x86_64 aarch64)) +ifneq (,$(findstring $(ARCH_DETECTED),i686 x86_64 arm64 aarch64)) BUILTIN_GPU = neon endif