mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-30 19:24:34 +03:00
Merge pull request #66 from radarhere/patch-1
Removed setting of Linux-specific Freetype version
This commit is contained in:
commit
f28236f002
|
@ -17,8 +17,6 @@ function pre_build {
|
||||||
if [ -n "$IS_OSX" ]; then
|
if [ -n "$IS_OSX" ]; then
|
||||||
# Update to latest zlib for OSX build
|
# Update to latest zlib for OSX build
|
||||||
build_new_zlib
|
build_new_zlib
|
||||||
else # Linux tests may depend on specific versions
|
|
||||||
FREETYPE_VERSION=2.8.1
|
|
||||||
fi
|
fi
|
||||||
build_jpeg
|
build_jpeg
|
||||||
build_tiff
|
build_tiff
|
||||||
|
|
Loading…
Reference in New Issue
Block a user