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:
parent
5643d2bb9a
commit
aada904d94
Notes:
git
2022-11-08 19:59:20 +00:00
1 changed files with 1 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue