Skip to content

Commit

Permalink
[doc] Clarify how to build OpenSSL on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor authored and peterzhu2118 committed Nov 8, 2022
1 parent 5643d2b commit aada904
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/contributing/building_ruby.md
Expand Up @@ -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.

Expand Down

0 comments on commit aada904

Please sign in to comment.