(libretro) disable 7z as a workaround for android-armeabi-v7a

This commit is contained in:
barbudreadmon 2024-11-02 13:32:43 +01:00 committed by GitHub
parent 1eea31081e
commit 9e1965fffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ USE_CYCLONE := 0
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
HAVE_NEON := 1
INCLUDE_7Z_SUPPORT := 0
#USE_CYCLONE := 1
endif