From b331abbe78fece11cc176d08fbed06043c02dab0 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 24 Oct 2024 14:17:01 +1100 Subject: [PATCH] Removed harfbuzz lib64 copy --- .github/workflows/wheels-dependencies.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 97c1adf098a..1d5b14672a8 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -58,9 +58,6 @@ function build_harfbuzz { && meson setup build --buildtype=release -Dfreetype=enabled -Dglib=disabled) (cd $out_dir/build \ && meson install) - if [[ "$MB_ML_LIBC" == "manylinux" ]]; then - cp /usr/local/lib64/libharfbuzz* /usr/local/lib - fi } function build {