diff options
author | fanquake <fanquake@gmail.com> | 2021-03-18 07:59:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-01 13:39:45 +0800 |
commit | c29cba44b3706e0a2035e440e560f2d15d50433b (patch) | |
tree | 256d8d26762a16f2c3930797478e24bbdf8c06a9 /contrib/guix/README.md | |
parent | 9ed2f19d385aa95f65807999bba2e18417b143dc (diff) |
build: Xcode 12.1, macOS SDK 10.15.6
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r-- | contrib/guix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index dad7de32c4..e604b370e3 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -167,7 +167,7 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum 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-11.3.1-11C505-extracted-SDK-with-libcxx-headers). + $HOME/Downloads/macOS-SDKs/Xcode-12.1-12A7403-extracted-SDK-with-libcxx-headers). * _**JOBS**_ |