diff options
author | fanquake <fanquake@gmail.com> | 2019-11-21 11:08:47 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-21 11:08:47 -0500 |
commit | 7d7bf2ff4a67c3953b0d660ca88d11313cb4d71d (patch) | |
tree | 1752fb95b5fa29afa527bf8ff58e2b7f71610f68 /depends/hosts | |
parent | ae6943620ab369e8e0865c3ec2d2848ba9389325 (diff) |
build: set minimum supported macOS to 10.12
Diffstat (limited to 'depends/hosts')
-rw-r--r-- | depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk index a1c943d60b..1f88c209cf 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=10.10 +OSX_MIN_VERSION=10.12 OSX_SDK_VERSION=10.11 OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk LD64_VERSION=253.9 |