diff options
author | jarolrod <jarolrod@tutanota.com> | 2021-03-10 23:43:49 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-01-26 17:32:46 +0800 |
commit | edd70b52fcd79026e9c63b8bc481fa68f95edf11 (patch) | |
tree | d8651cb8670eda123bf36c0a2e57e83b6643cd3e /depends/README.md | |
parent | 0628815e9565a10df96f0f58b9a17cbf7f10dc27 (diff) |
doc: add arm macOS depends platform triplet
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md index 9f0b60adf8..6b6af99dee 100644 --- a/depends/README.md +++ b/depends/README.md @@ -29,6 +29,7 @@ Common `host-platform-triplet`s for cross compilation are: - `x86_64-pc-linux-gnu` for x86 Linux - `x86_64-w64-mingw32` for Win64 - `x86_64-apple-darwin` for macOS +- `arm64-apple-darwin` for ARM 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) |