We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2ce07c + 5cc9ab5 commit 7e7a484Copy full SHA for 7e7a484
winbuild/build_prepare.py
@@ -281,9 +281,9 @@ def cmd_msbuild(
281
"libs": [r"imagequant.lib"],
282
},
283
"harfbuzz": {
284
- "url": "https://github.com/harfbuzz/harfbuzz/archive/4.4.1.zip",
285
- "filename": "harfbuzz-4.4.1.zip",
286
- "dir": "harfbuzz-4.4.1",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/5.1.0.zip",
+ "filename": "harfbuzz-5.1.0.zip",
+ "dir": "harfbuzz-5.1.0",
287
"build": [
288
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
289
cmd_nmake(target="clean"),
0 commit comments