summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2022-11-08 17:51:58 +0000
committerPeter Zhu <peter@peterzhu.ca>2022-11-08 14:59:01 -0500
commitaada904d94ece1d1b48d6275169d3f906a062247 (patch)
treea41eb9aeecdc019d86043b003935893d2ae14db3 /doc
parent5643d2bb9aae3417cfc1b9dc85bf28dfb2574a55 (diff)
downloadruby-aada904d94ece1d1b48d6275169d3f906a062247.tar.gz
[doc] Clarify how to build OpenSSL on macOS
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/building_ruby.md6
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.