ios: properly set min supported version (#783)

This commit is contained in:
Eric Warmenhoven 2024-10-21 17:41:12 -04:00 committed by GitHub
parent 41bfe3cadf
commit e372c5e327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,6 +375,7 @@ ifeq ($(platform),$(filter $(platform),ios9 ios-arm64))
MINVERSION = -miphoneos-version-min=5.0
endif
PLATCFLAGS += $(MINVERSION)
LDFLAGS += $(MINVERSION)
else ifeq ($(platform), tvos-arm64)
ifeq ($(IOSSDK),)