notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e658d
)
make: try to fix osx still not detecting things
author
notaz
<notasas@gmail.com>
Mon, 24 Jul 2023 22:33:46 +0000
(
01:33
+0300)
committer
notaz
<notasas@gmail.com>
Mon, 24 Jul 2023 22:34:38 +0000
(
01:34
+0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
4535598
..
5f43eea
100644
(file)
--- 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 a
rm64 a
arch64))
BUILTIN_GPU = neon
endif