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