From 7ea8c38ccbc2e0c62b729f32a0d0745589e69928 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 24 Oct 2024 15:02:02 +1100 Subject: [PATCH] Removed brotli lib64 copy --- .github/workflows/wheels-dependencies.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 97c1adf098a..df2b316243e 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -44,10 +44,6 @@ function build_brotli { (cd $out_dir \ && $cmake -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib . \ && make install) - if [[ "$MB_ML_LIBC" == "manylinux" ]]; then - cp /usr/local/lib64/libbrotli* /usr/local/lib - cp /usr/local/lib64/pkgconfig/libbrotli* /usr/local/lib/pkgconfig - fi } function build_harfbuzz {