Merge pull request #175 from warmenhoven/warmenhoven/pr/ios
Some checks failed
CI / build-ps2 (push) Has been cancelled

Fix iOS build
This commit is contained in:
LibretroAdmin 2024-10-06 16:27:00 -05:00 committed by GitHub
commit beb8b7acdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,7 @@ endif
ifeq ($(platform),$(filter $(platform),ios9 ios-arm64))
MINVERSION = -miphoneos-version-min=8.0
CFLAGS += -Wno-incompatible-function-pointer-types
else
MINVERSION = -miphoneos-version-min=5.0
endif