aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/README.md
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-09-27 07:37:01 +0200
committertobtoht <tob@featherwallet.org>2023-09-27 07:37:01 +0200
commitc8e4de13f2937c90eb8698b87e46e53beaf68d56 (patch)
tree84be70d362bd454cef1ecdbdc45dac43e9d9fd72 /contrib/depends/README.md
parentMerge pull request #8976 (diff)
downloadmonero-c8e4de13f2937c90eb8698b87e46e53beaf68d56.tar.xz
depends: remove kernel version from darwin triplet
Diffstat (limited to '')
-rw-r--r--contrib/depends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/README.md b/contrib/depends/README.md
index 2f1d8424a..d19baaf8a 100644
--- a/contrib/depends/README.md
+++ b/contrib/depends/README.md
@@ -32,7 +32,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 MacOSX x86_64
+- `x86_64-apple-darwin` for MacOSX x86_64
- `arm-linux-gnueabihf` for Linux ARM 32 bit
- `aarch64-linux-gnu` for Linux ARM 64 bit
- `riscv64-linux-gnu` for Linux RISCV 64 bit