From 7f44ca6336e96c7d8e8318dc38091f851d6f2846 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:19:01 +1000 Subject: [PATCH] Removed trailing space --- .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 7d3d5bad3..5384a74c0 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -116,7 +116,7 @@ function build_libavif { if [ -n "$IS_MACOS" ]; then lto=OFF libavif_cmake_flags=( - -DCMAKE_C_FLAGS_MINSIZEREL="-Oz -DNDEBUG -flto " \ + -DCMAKE_C_FLAGS_MINSIZEREL="-Oz -DNDEBUG -flto" \ -DCMAKE_CXX_FLAGS_MINSIZEREL="-Oz -DNDEBUG -flto" \ -DCMAKE_SHARED_LINKER_FLAGS_INIT="-Wl,-S,-x,-dead_strip_dylibs" \ )