[doc] Clarify how to build OpenSSL on macOS

This commit is contained in:
Matt Valentine-House 2022-11-08 17:51:58 +00:00 committed by Peter Zhu
parent 5643d2bb9a
commit aada904d94
Notes: git 2022-11-08 19:59:20 +00:00
1 changed files with 1 additions and 5 deletions

View File

@ -69,11 +69,7 @@
Check ext/openssl/mkmf.log for more details.
```
Running the following command may solve the issue:
```
brew link openssl --force
```
Adding `--with-openssl-dir=$(brew --prefix openssl)` to the list of options passed to configure may solve the issue.
Remember to delete your `build` directory and start again from the configure step.