Skip to content

Commit

Permalink
Removed harfbuzz 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 b331abb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b331abb

Please sign in to comment.