1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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

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.