diff options
author | fanquake <fanquake@gmail.com> | 2020-11-18 21:38:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-11-18 21:46:09 +0800 |
commit | a52ecc936a267cae97c2f313743bf75d5af07700 (patch) | |
tree | b604332fdaa40a4c053cd36a3480c15c0ee77515 /depends/hosts | |
parent | 50e019a97a5b49caee867ec7d630fca908caed9d (diff) |
build: set minimum supported macOS to 10.14
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 6099fd4c71..e9faeba336 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=10.12 +OSX_MIN_VERSION=10.14 OSX_SDK_VERSION=10.15.1 XCODE_VERSION=11.3.1 XCODE_BUILD_ID=11C505 |