Correct escaping for libavif build flags.

This commit is contained in:
Russell Keith-Magee 2025-07-30 14:28:11 +08:00
parent 1e65578ad4
commit c305b54a97
No known key found for this signature in database
GPG Key ID: 3D2DAB6A37BB5BC3

View File

@ -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