From 70cd7965abe607a28ab3cee5689ed433d8f41da3 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Mon, 21 Oct 2024 12:31:07 -0400 Subject: [PATCH] ios: properly set min supported version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d868460..72d8602 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,7 @@ else MINVERSION += -miphoneos-version-min=5.0 endif PLATFORM_DEFINES += $(MINVERSION) + LDFLAGS += $(MINVERSION) # tvOS else ifeq ($(platform), tvos-arm64)