aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-11-21 11:08:47 -0500
committerfanquake <fanquake@gmail.com>2019-11-21 11:08:47 -0500
commit7d7bf2ff4a67c3953b0d660ca88d11313cb4d71d (patch)
tree1752fb95b5fa29afa527bf8ff58e2b7f71610f68 /depends
parentae6943620ab369e8e0865c3ec2d2848ba9389325 (diff)
downloadbitcoin-7d7bf2ff4a67c3953b0d660ca88d11313cb4d71d.tar.xz
build: set minimum supported macOS to 10.12
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md2
-rw-r--r--depends/hosts/darwin.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/depends/README.md b/depends/README.md
index e5e2a8a653..b56302b6c7 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-darwin14` for macOS
+- `x86_64-apple-darwin16` 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
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index a1c943d60b..1f88c209cf 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -1,4 +1,4 @@
-OSX_MIN_VERSION=10.10
+OSX_MIN_VERSION=10.12
OSX_SDK_VERSION=10.11
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
LD64_VERSION=253.9