mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 19:31:41 +00:00
Update Makefile
This commit is contained in:
parent
437bad4fc8
commit
13dcc631fe
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue