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 ff9715f + 645b106 commit eb51f6aCopy full SHA for eb51f6a
winbuild/build_prepare.py
@@ -275,9 +275,9 @@ def cmd_msbuild(
275
"libs": [r"*.lib"],
276
},
277
"harfbuzz": {
278
- "url": "https://github.com/harfbuzz/harfbuzz/archive/2.7.2.zip",
279
- "filename": "harfbuzz-2.7.2.zip",
280
- "dir": "harfbuzz-2.7.2",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/2.7.3.zip",
+ "filename": "harfbuzz-2.7.3.zip",
+ "dir": "harfbuzz-2.7.3",
281
"build": [
282
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
283
cmd_nmake(target="clean"),
0 commit comments