aboutsummaryrefslogtreecommitdiff
path: root/depends/hosts/darwin.mk
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-03 14:45:08 +0800
committerfanquake <fanquake@gmail.com>2022-01-26 17:28:16 +0800
commit446e73cc0bb7cd628039eaf9b1bcc93db23b924f (patch)
treef2aa7ac9c043dd90d9c503960b94ce62fbc2b93c /depends/hosts/darwin.mk
parentdd405add6ecff44bde3924ff7bfa4719b36f3596 (diff)
downloadbitcoin-446e73cc0bb7cd628039eaf9b1bcc93db23b924f.tar.xz
build: use macOS 11 SDK (Xcode 12.2)
This should be sufficient to support building for Apple ARM when cross-compiling.
Diffstat (limited to 'depends/hosts/darwin.mk')
-rw-r--r--depends/hosts/darwin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index ea92bb7793..6bf30b499a 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -1,7 +1,7 @@
OSX_MIN_VERSION=10.15
-OSX_SDK_VERSION=10.15.6
-XCODE_VERSION=12.1
-XCODE_BUILD_ID=12A7403
+OSX_SDK_VERSION=11.0
+XCODE_VERSION=12.2
+XCODE_BUILD_ID=12B45b
LD64_VERSION=609
OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-libcxx-headers