mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 13:07:00 +03:00
Build FreeType 2.14.1 on macOS 13, instead of using 2.14.0 from brew
This commit is contained in:
parent
92e671d797
commit
6916a73b57
10
.github/workflows/macos-install.sh
vendored
10
.github/workflows/macos-install.sh
vendored
|
@ -4,11 +4,19 @@ set -e
|
||||||
|
|
||||||
if [[ "$ImageOS" == "macos13" ]]; then
|
if [[ "$ImageOS" == "macos13" ]]; then
|
||||||
brew uninstall gradle maven
|
brew uninstall gradle maven
|
||||||
|
|
||||||
|
wget https://raw.githubusercontent.com/python-pillow/pillow-depends/main/freetype-2.14.1.tar.gz
|
||||||
|
tar -xvzf freetype-2.14.1.tar.gz
|
||||||
|
(cd freetype-2.14.1 \
|
||||||
|
&& ./configure \
|
||||||
|
&& make -j4 \
|
||||||
|
&& make install)
|
||||||
|
else
|
||||||
|
brew install freetype
|
||||||
fi
|
fi
|
||||||
brew install \
|
brew install \
|
||||||
aom \
|
aom \
|
||||||
dav1d \
|
dav1d \
|
||||||
freetype \
|
|
||||||
ghostscript \
|
ghostscript \
|
||||||
jpeg-turbo \
|
jpeg-turbo \
|
||||||
libimagequant \
|
libimagequant \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user