From 1b404195317251b91008c25be47202de15a78482 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 28 Nov 2024 20:27:47 +1100 Subject: [PATCH] noa --- .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 109651c4b73..a9834ec4ad8 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -161,7 +161,7 @@ function build_libavif { && make install) if [[ "$MB_ML_LIBC" == "manylinux" ]]; then - cp /usr/local/lib64/libavif.a /usr/local/lib + cp /usr/local/lib64/pkgconfig/libavif.pc /usr/local/lib/pkgconfig fi touch libavif-stamp }