mirror of https://github.com/mpv-player/mpv
ci/mingw: update harfbuzz to 10.0.1
This commit is contained in:
parent
9440ab9b88
commit
816c17d363
|
@ -240,7 +240,7 @@ _fribidi () {
|
|||
_fribidi_mark=lib/libfribidi.dll.a
|
||||
|
||||
_harfbuzz () {
|
||||
local ver=9.0.0
|
||||
local ver=10.0.1
|
||||
gettar "https://github.com/harfbuzz/harfbuzz/releases/download/${ver}/harfbuzz-${ver}.tar.xz"
|
||||
builddir harfbuzz-${ver}
|
||||
meson setup .. --cross-file "$prefix_dir/crossfile" \
|
||||
|
|
Loading…
Reference in New Issue