diff options
author | fanquake <fanquake@gmail.com> | 2018-07-09 00:15:46 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-07-25 07:30:27 +0800 |
commit | 26b15df99de9984ade134c3c896b7c1c32c089e4 (patch) | |
tree | 48183c808c296674b84c55eb52da1426f92dd435 /depends/README.md | |
parent | 1211b15bf6c0b2904d90b96a9b3834c5cb9e7b4e (diff) |
depends: set OSX_MIN_VERSION to 10.10
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 226a1cc935..fd343f7010 100644 --- a/depends/README.md +++ b/depends/README.md @@ -22,7 +22,7 @@ Common `host-platform-triplets` for cross compilation are: - `i686-w64-mingw32` for Win32 - `x86_64-w64-mingw32` for Win64 -- `x86_64-apple-darwin11` for macOS +- `x86_64-apple-darwin14` for macOS - `arm-linux-gnueabihf` for Linux ARM 32 bit - `aarch64-linux-gnu` for Linux ARM 64 bit - `riscv32-linux-gnu` for Linux RISC-V 32 bit |