From 8f28418e84dfc3bd0abc2ea6ba162699a4d168d1 Mon Sep 17 00:00:00 2001 From: John McCormack Date: Mon, 26 Feb 2024 13:51:55 -0500 Subject: [PATCH] Add "home brew" to the open ssl instructions to make it easier to find when cmd + f'ing for homebrew --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 91ab9c0..e28e22e 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -244,7 +244,7 @@ E.g. (invocations that worked for various people): pyenv install -v 3.4.3 ``` -* If you installed openssl with macports: +* If you installed openssl with macports or homebrew: ```sh CPPFLAGS="-I/opt/local/include/" \