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 f671ec8 + 814680f commit fcb87ecCopy full SHA for fcb87ec
winbuild/build_prepare.py
@@ -278,9 +278,9 @@ def cmd_msbuild(
278
"libs": [r"imagequant.lib"],
279
},
280
"harfbuzz": {
281
- "url": "https://github.com/harfbuzz/harfbuzz/archive/3.0.0.zip",
282
- "filename": "harfbuzz-3.0.0.zip",
283
- "dir": "harfbuzz-3.0.0",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/3.1.0.zip",
+ "filename": "harfbuzz-3.1.0.zip",
+ "dir": "harfbuzz-3.1.0",
284
"build": [
285
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
286
cmd_nmake(target="clean"),
0 commit comments