From aada904d94ece1d1b48d6275169d3f906a062247 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Tue, 8 Nov 2022 17:51:58 +0000 Subject: [PATCH] [doc] Clarify how to build OpenSSL on macOS --- doc/contributing/building_ruby.md | 6 +----- 1 file changed, 1 insertion(+), 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.