Browse Source

Increase MACOSX_DEPLOYMENT_TARGET to 11 on ARM macs

tags/v0.3.21
Martin Kroeker GitHub 3 years ago
parent
commit
2857987ff6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.system

+ 4
- 0
Makefile.system View File

@@ -384,8 +384,12 @@ endif

ifeq ($(OSNAME), Darwin)
ifndef MACOSX_DEPLOYMENT_TARGET
ifeq ($(ARCH), arm64)
export MACOSX_DEPLOYMENT_TARGET=11.0
else
export MACOSX_DEPLOYMENT_TARGET=10.8
endif
endif
MD5SUM = md5 -r
endif



Loading…
Cancel
Save