Use the intended entry point for the x86_64 brew binary.

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Russell Keith-Magee 2024-10-31 06:27:54 +08:00 committed by GitHub
parent 96ae15c5cd
commit 01270b5859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
# However, we *do* need Homebrew to provide a copy of fribidi for
# testing purposes so that we can verify the fribidi shim works as expected.
if [[ "$(uname -m)" == "x86_64" ]]; then
HOMEBREW_HOME=/usr/local/homebrew
HOMEBREW_HOME=/usr/local
else
HOMEBREW_HOME=/opt/homebrew
fi