Skip to content

Commit

Permalink
Removed brotli lib64 copy
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 24, 2024
1 parent 822ec3d commit 7ea8c38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ea8c38

Please sign in to comment.