aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-06-28 15:54:08 +0800
committerfanquake <fanquake@gmail.com>2021-09-16 17:50:19 +0800
commita43b8e955558483d8893996cc3a67bc74cbaf358 (patch)
treeb4768aadd7be49e05e884fd9bfb5a0c04061c8fe /depends/README.md
parent87780dfee8c82ea09b84e74d331db2ad6f9e75ab (diff)
downloadbitcoin-a43b8e955558483d8893996cc3a67bc74cbaf358.tar.xz
build: set OSX_MIN_VERSION to 10.15
This is required to use std::filesystem on macOS as support for it only landed in the libc++ dylib shipped with 10.15. See also: https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes Clang now supports the C++17 <filesystem> library for iOS 13, macOS 10.15, watchOS 6, and tvOS 13.
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md
index 4f3b6df487..15c82cddf2 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -28,7 +28,7 @@ Common `host-platform-triplet`s 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-darwin18` for macOS
+- `x86_64-apple-darwin19` 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)