Revert "Ignore brew dependencies for libraqm on macOS 13"

This reverts commit dfd53564ff.
This commit is contained in:
Andrew Murray 2025-02-01 12:21:15 +11:00
parent c5d27af0f1
commit 347a3865bf

View File

@ -10,15 +10,11 @@ brew install \
ghostscript \
jpeg-turbo \
libimagequant \
libraqm \
libtiff \
little-cms2 \
openjpeg \
webp
if [[ "$ImageOS" == "macos13" ]]; then
brew install --ignore-dependencies libraqm
else
brew install libraqm
fi
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
python3 -m pip install coverage