mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Updated harfbuzz to 10.0.1 on macOS
This commit is contained in:
parent
71da6d8952
commit
fb8db83122
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -16,7 +16,7 @@ ARCHIVE_SDIR=pillow-depends-main
|
|||
|
||||
# Package versions for fresh source builds
|
||||
FREETYPE_VERSION=2.13.2
|
||||
if [[ "$MB_ML_VER" != 2014 ]] && [[ -z "$SANITIZER" ]]; then
|
||||
if [[ -n "$IS_MACOS" ]] || ([[ "$MB_ML_VER" != 2014 ]] && [[ -z "$SANITIZER" ]]); then
|
||||
HARFBUZZ_VERSION=10.0.1
|
||||
else
|
||||
HARFBUZZ_VERSION=8.5.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user