make: try to fix osx still not detecting things
authornotaz <notasas@gmail.com>
Mon, 24 Jul 2023 22:33:46 +0000 (01:33 +0300)
committernotaz <notasas@gmail.com>
Mon, 24 Jul 2023 22:34:38 +0000 (01:34 +0300)
Makefile.libretro

index 4535598..5f43eea 100644 (file)
@@ -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