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/README.md | |
parent | 50e019a97a5b49caee867ec7d630fca908caed9d (diff) |
build: set minimum supported macOS to 10.14
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 5225a6d5c4..bf8f829848 100644 --- a/depends/README.md +++ b/depends/README.md @@ -25,7 +25,7 @@ Common `host-platform-triplets` for cross compilation are: - `i686-pc-linux-gnu` for Linux 32 bit - `x86_64-pc-linux-gnu` for x86 Linux - `x86_64-w64-mingw32` for Win64 -- `x86_64-apple-darwin16` for macOS +- `x86_64-apple-darwin18` for macOS - `arm-linux-gnueabihf` for Linux ARM 32 bit - `aarch64-linux-gnu` for Linux ARM 64 bit - `powerpc64-linux-gnu` for Linux POWER 64-bit (big endian) |