diff options
| author | fanquake <[email protected]> | 2019-06-30 08:58:03 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-06-30 08:58:22 +0800 |
| commit | fd925e9b1cca6807b0b2bdbf77d64a25d95692b7 (patch) | |
| tree | 29a2d2238f2fca4232ffdefa8dbf8c985093a1d9 | |
| parent | Merge #15964: Docs: Improve build-osx document formatting (diff) | |
| parent | doc: Fix broken link in doc/build-osx.md (diff) | |
| download | discoin-fd925e9b1cca6807b0b2bdbf77d64a25d95692b7.tar.xz discoin-fd925e9b1cca6807b0b2bdbf77d64a25d95692b7.zip | |
Merge #16313: doc: Fix broken link in doc/build-osx.md
90b5c4eefbfbdfc91fe2e8dde1203784374648d3 doc: Fix broken link in doc/build-osx.md (Jon Atack)
Pull request description:
This fixes the regression in PR #15964 as noted here:
https://github.com/bitcoin/bitcoin/pull/15964/files#r298798933
ACKs for top commit:
hebasto:
ACK 90b5c4eefbfbdfc91fe2e8dde1203784374648d3. Provided link verified.
fanquake:
ACK 90b5c4eefbfbdfc91fe2e8dde1203784374648d3. Thanks.
Tree-SHA512: 2197809d37c357d36097839941ba3cee32e4d6ba2e4d609d99fb04286330d9dbcb89d6331fe1aa798fdb5964e522970f57b8ce0c2cb034b0f48b77b1d60e33e1
| -rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index efe162683..65cfce6b1 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -112,7 +112,7 @@ tail -f $HOME/Library/Application\ Support/Bitcoin/debug.log ## Notes * Tested on OS X 10.10 Yosemite through macOS 10.14 Mojave on 64-bit Intel processors only. -* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/issues/7714) +* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714). ## Deterministic macOS DMG Notes Working macOS DMGs are created in Linux by combining a recent `clang`, the Apple |