aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix
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 /contrib/guix
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 'contrib/guix')
-rw-r--r--contrib/guix/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md
index 7cfa0de70f..17df70e612 100644
--- a/contrib/guix/README.md
+++ b/contrib/guix/README.md
@@ -249,7 +249,7 @@ details.
Set the path where _extracted_ SDKs can be found. This is passed through to
the depends tree. Note that this is should be set to the _parent_ directory of
the actual SDK (e.g. `SDK_PATH=$HOME/Downloads/macOS-SDKs` instead of
- `$HOME/Downloads/macOS-SDKs/Xcode-12.1-12A7403-extracted-SDK-with-libcxx-headers`).
+ `$HOME/Downloads/macOS-SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers`).
The path that this environment variable points to **must be a directory**, and
**NOT a symlink to a directory**.