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 317247f + 1c54a4b commit bd00cd9Copy full SHA for bd00cd9
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.1.1.zip",
282
- "filename": "harfbuzz-3.1.1.zip",
283
- "dir": "harfbuzz-3.1.1",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/3.1.2.zip",
+ "filename": "harfbuzz-3.1.2.zip",
+ "dir": "harfbuzz-3.1.2",
284
"build": [
285
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
286
cmd_nmake(target="clean"),
0 commit comments