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 81a4c41 + 211639b commit 92c26a7Copy full SHA for 92c26a7
winbuild/build_prepare.py
@@ -280,9 +280,9 @@ def cmd_msbuild(
280
"libs": [r"imagequant.lib"],
281
},
282
"harfbuzz": {
283
- "url": "https://github.com/harfbuzz/harfbuzz/archive/3.4.0.zip",
284
- "filename": "harfbuzz-3.4.0.zip",
285
- "dir": "harfbuzz-3.4.0",
+ "url": "https://github.com/harfbuzz/harfbuzz/archive/4.0.0.zip",
+ "filename": "harfbuzz-4.0.0.zip",
+ "dir": "harfbuzz-4.0.0",
286
"build": [
287
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
288
cmd_nmake(target="clean"),
0 commit comments