Skip to content

Commit 92c26a7

Browse files
authored
Merge pull request #6104 from radarhere/harfbuzz
Updated harfbuzz to 4.0.0
2 parents 81a4c41 + 211639b commit 92c26a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ def cmd_msbuild(
280280
"libs": [r"imagequant.lib"],
281281
},
282282
"harfbuzz": {
283-
"url": "https://github.com/harfbuzz/harfbuzz/archive/3.4.0.zip",
284-
"filename": "harfbuzz-3.4.0.zip",
285-
"dir": "harfbuzz-3.4.0",
283+
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.0.0.zip",
284+
"filename": "harfbuzz-4.0.0.zip",
285+
"dir": "harfbuzz-4.0.0",
286286
"build": [
287287
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
288288
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)