diff options
author | Matt Valentine-House <[email protected]> | 2022-11-08 17:51:58 +0000 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-11-08 14:59:01 -0500 |
commit | aada904d94ece1d1b48d6275169d3f906a062247 (patch) | |
tree | a41eb9aeecdc019d86043b003935893d2ae14db3 /doc/contributing/building_ruby.md | |
parent | 5643d2bb9aae3417cfc1b9dc85bf28dfb2574a55 (diff) |
[doc] Clarify how to build OpenSSL on macOS
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6692
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index f7b489c4a9..322ffbb064 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -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. |