X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=1169d892ec5fcde4c07dfa64d8d3484f14594b4c;hb=b1597174de1c1f038382e8839431d4177809bc0a;hp=9fe5365acd52a2020a4e218551a52cd7bc0aa3f6;hpb=49918aab7faf33ec1eda0edcfcbf01e31a816985;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 9fe5365a..1169d892 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -111,7 +111,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 arm64 aarch64)) +ifneq (,$(filter $(ARCH_DETECTED),i686 x86_64 arm64 aarch64)) BUILTIN_GPU = neon endif