aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2023-05-10 22:34:06 +0000
committerCory Fields <cory-nospam-@coryfields.com>2023-06-22 15:28:47 +0000
commitfb61bc0c022cc0fff290b94ee4f9cf9f4160efe2 (patch)
tree3ff13efc61d7cc4753a67eac78e887e3c4d4e07d /depends
parentc2cd47280cf5db5645917574dd95e9ec6036319e (diff)
downloadbitcoin-fb61bc0c022cc0fff290b94ee4f9cf9f4160efe2.tar.xz
depends: Bump MacOS minimum runtime requirement to 11.0
This is necessary as the new fixup_chains linker behavior is only valid when the runtime target is >=11.0.
Diffstat (limited to 'depends')
-rw-r--r--depends/hosts/darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index 111a49cfaf..fa6d6d4b8b 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -1,4 +1,4 @@
-OSX_MIN_VERSION=10.15
+OSX_MIN_VERSION=11.0
OSX_SDK_VERSION=11.0
XCODE_VERSION=12.2
XCODE_BUILD_ID=12B45b