🧑‍💻 Fix mac_gcc HOMEBREW_PATH

This commit is contained in:
Scott Lahteine 2025-05-03 21:56:33 -05:00
parent 1f31027fd2
commit cbe8a6867c

View file

@ -11,7 +11,9 @@ which port >/dev/null && HAS_MACPORTS=1
which brew >/dev/null && HAS_HOMEBREW=1
MACPORTS_PATH=$(dirname "$(which port)")
if ((HAS_HOMEBREW)); then
HOMEBREW_PATH="$(brew --prefix)/bin"
fi
if [[ $1 == "apple" || $1 == "darwin" || $1 == "system" ]]; then