From 13dcc631fe6a5832e1d85995826c99f17f9cfb99 Mon Sep 17 00:00:00 2001 From: EmeraldLockdown <86802223+EmeraldLoc@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:47:46 -0500 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1753a20e5..a1873069c 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,9 @@ ICON ?= 1 # Use .app (for macOS) USE_APP ?= 1 # Minimum macOS Version -# If our arch is arm, set to macOS 14 +# If our arch is arm, set to macOS 11 (Big Sur), otherwise 10.15 (Catalina) ifeq ($(shell arch),arm64) - MIN_MACOS_VERSION ?= 14 + MIN_MACOS_VERSION ?= 11 else MIN_MACOS_VERSION ?= 10.15 endif