File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,11 @@ ARCHIVE_SDIR=pillow-depends-main
9393# Package versions for fresh source builds. Version numbers with "Patched"
9494# annotations have a source code patch that is required for some platforms. If
9595# you change those versions, ensure the patch is also updated.
96- FREETYPE_VERSION=2.13.3
96+ if [[ -n " $IOS_SDK " ]]; then
97+ FREETYPE_VERSION=2.13.3
98+ else
99+ FREETYPE_VERSION=2.14.1
100+ fi
97101HARFBUZZ_VERSION=11.5.0
98102LIBPNG_VERSION=1.6.50
99103JPEGTURBO_VERSION=3.1.2
@@ -314,6 +318,10 @@ function build {
314318
315319 if [[ -n " $IS_MACOS " ]]; then
316320 # Custom freetype build
321+ if [[ -z " $IOS_SDK " ]]; then
322+ build_simple sed 4.9 https://mirrors.middlendian.com/gnu/sed
323+ fi
324+
317325 build_simple freetype $FREETYPE_VERSION https://download.savannah.gnu.org/releases/freetype tar.gz --with-harfbuzz=no
318326 else
319327 build_freetype
You can’t perform that action at this time.
0 commit comments