mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 21:17:02 +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
|
if [[ -z "$IOS_SDK" ]]; then
|
||||||
libavif_cmake_flags=(
|
libavif_cmake_flags=(
|
||||||
$libavif_cmake_flags
|
"${libavif_cmake_flags[@]}" \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user