Merge pull request #8140 from radarhere/macos

Ignore brew dependencies for libraqm on macOS 13
This commit is contained in:
Hugo van Kemenade 2024-06-15 00:52:01 -06:00 committed by GitHub
commit d87c1c1487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,15 @@ brew install \
ghostscript \
libimagequant \
libjpeg \
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"
# TODO Update condition when cffi supports 3.13