From c305b54a97ec94cf508e5b1b817dd72a856d5cc9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 30 Jul 2025 14:28:11 +0800 Subject: [PATCH] Correct escaping for libavif build flags. --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 1c2e59262..2a1082aca 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -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