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 343f10a + b67806a commit 0a4c6abCopy full SHA for 0a4c6ab
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/5.3.0.zip",
285
- "filename": "harfbuzz-5.3.0.zip",
286
- "dir": "harfbuzz-5.3.0",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/5.3.1.zip",
+ "filename": "harfbuzz-5.3.1.zip",
+ "dir": "harfbuzz-5.3.1",
287
"build": [
288
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
289
cmd_nmake(target="clean"),
0 commit comments