diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-11 15:11:19 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-11 15:11:26 +0200 |
commit | 9c749d608fbac034cd19d02c7a026ecce0fe154d (patch) | |
tree | af21d9505366a8407921c01036bd410c44602c4f | |
parent | e3ce55fddb90c26e1ae497f1452326478f02dbc9 (diff) | |
parent | 73288982adb5ed5f93e3a9ef54194609dbe4f96a (diff) |
Merge pull request #4009
7328898 Added instructions for when wrong openssl detected after brew link (olalonde)
-rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index faa31cb023..0de5c792e9 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -86,7 +86,9 @@ If not, you can ensure that the Homebrew OpenSSL is correctly linked by running brew link openssl --force -Rerunning "openssl version" should now return the correct version. +Rerunning "openssl version" should now return the correct version. If it +doesn't, make sure `/usr/local/bin` comes before `/usr/bin` in your +PATH. ### Building `bitcoind` |