Avoid hard-coding homebrew install prefix.

This commit is contained in:
Jason R. Coombs 2022-04-23 12:13:57 -04:00 committed by Martin von Zweigbergk
parent c2dbbf434d
commit 99cce19774

View File

@ -177,7 +177,7 @@ You may need to run some or all of these:
xcode-select --install
brew install openssl
brew install pkg-config
export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
export PKG_CONFIG_PATH="$(brew --prefix)/opt/openssl@3/lib/pkgconfig"
```
Now run: