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 60f0b7e + 3558f4e commit 14169c5Copy full SHA for 14169c5
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.3.0.zip",
285
- "filename": "harfbuzz-4.3.0.zip",
286
- "dir": "harfbuzz-4.3.0",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/4.4.0.zip",
+ "filename": "harfbuzz-4.4.0.zip",
+ "dir": "harfbuzz-4.4.0",
287
"build": [
288
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
289
cmd_nmake(target="clean"),
0 commit comments