mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-10 12:24:16 +03:00
Continue to build libyuv on Linux
This commit is contained in:
parent
12765431fe
commit
c8d0408ffb
|
@ -63,7 +63,7 @@ if [[ $(uname) != CYGWIN* ]]; then
|
|||
pushd depends && ./install_raqm.sh && popd
|
||||
|
||||
# libavif
|
||||
pushd depends && ./install_libavif.sh && popd
|
||||
pushd depends && CMAKE_POLICY_VERSION_MINIMUM=3.5 ./install_libavif.sh && popd
|
||||
|
||||
# extra test images
|
||||
pushd depends && ./install_extra_test_images.sh && popd
|
||||
|
|
Loading…
Reference in New Issue
Block a user