Skip to content

Commit 0958114

Browse files
committed
Corrected harfbuzz URL
1 parent 5e35ca3 commit 0958114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function build_harfbuzz {
9393
if [ -e harfbuzz-stamp ]; then return; fi
9494
python3 -m pip install meson ninja
9595

96-
local out_dir=$(fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/$HARFBUZZ_VERSION/$HARFBUZZ_VERSION.tar.xz harfbuzz-$HARFBUZZ_VERSION.tar.xz)
96+
local out_dir=$(fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/$HARFBUZZ_VERSION/harfbuzz-$HARFBUZZ_VERSION.tar.xz harfbuzz-$HARFBUZZ_VERSION.tar.xz)
9797
(cd $out_dir \
9898
&& meson setup build --prefix=$BUILD_PREFIX --libdir=$BUILD_PREFIX/lib --buildtype=release -Dfreetype=enabled -Dglib=disabled)
9999
(cd $out_dir/build \

0 commit comments

Comments
 (0)