diff options
author | Howard Chu <hyc@symas.com> | 2022-05-05 16:29:11 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-09 17:38:48 +0100 |
commit | 7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db (patch) | |
tree | f0d36df5c5295c83ec6489910f6447743f1a7c21 /contrib/gitian/DOCKRUN.md | |
parent | Silence some protobuf link warnings (diff) | |
download | monero-7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db.tar.xz |
Make Mac SDK into a regular depends package
Diffstat (limited to '')
-rw-r--r-- | contrib/gitian/DOCKRUN.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 7f44b7914..dabf090c2 100644 --- a/contrib/gitian/DOCKRUN.md +++ b/contrib/gitian/DOCKRUN.md @@ -30,12 +30,6 @@ git clone https://github.com/monero-project/monero.git cd monero/contrib/gitian ``` -If you want Mac binaries included in your build, you need to obtain the MacOS SDK: - -```bash -curl -O https://bitcoincore.org/depends-sources/sdks/MacOSX10.11.sdk.tar.gz -``` - Other User Preparation ---------------------- |