mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 09:15:46 +03:00
Revert x86_64 homebrew location change (with explanation).
This commit is contained in:
parent
01270b5859
commit
51e3623066
5
.github/workflows/wheels-test.sh
vendored
5
.github/workflows/wheels-test.sh
vendored
|
@ -7,7 +7,10 @@ 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
|
||||
# Use the "installed" location, rather than /usr/local, for two reasons:
|
||||
# firstly, Homebrew allows libraries to be *installed*, but not linked;
|
||||
# and secondly, we don't want any *other* leakage from /usr/local.
|
||||
HOMEBREW_HOME=/usr/local/Homebrew
|
||||
else
|
||||
HOMEBREW_HOME=/opt/homebrew
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user