Update Makefile

This commit is contained in:
EmeraldLockdown 2025-09-23 16:47:46 -05:00 committed by GitHub
parent 437bad4fc8
commit 13dcc631fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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