mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 13:07:00 +03:00
Correct escaping for libavif build flags.
This commit is contained in:
parent
1e65578ad4
commit
c305b54a97
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -204,7 +204,7 @@ function build_libavif {
|
|||
)
|
||||
if [[ -z "$IOS_SDK" ]]; then
|
||||
libavif_cmake_flags=(
|
||||
$libavif_cmake_flags
|
||||
"${libavif_cmake_flags[@]}" \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user