mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
brew remove ghostscript
This commit is contained in:
parent
60f497ffea
commit
3468a424c7
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
|
@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||
# if php is installed, brew tries to reinstall these after installing openblas
|
||||
# remove lcms2 to fix building openjpeg on arm64
|
||||
# remove xmlto to skip building giflib docs
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript
|
||||
|
||||
if [[ "$PLAT" == "arm64" ]]; then
|
||||
export MACOSX_DEPLOYMENT_TARGET="11.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user