Updated harfbuzz to 4.4.1

This commit is contained in:
Andrew Murray 2022-06-29 18:59:44 +10:00
parent 14169c5e2d
commit eebbf6b271

View File

@ -281,9 +281,9 @@ deps = {
"libs": [r"imagequant.lib"],
},
"harfbuzz": {
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.4.0.zip",
"filename": "harfbuzz-4.4.0.zip",
"dir": "harfbuzz-4.4.0",
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.4.1.zip",
"filename": "harfbuzz-4.4.1.zip",
"dir": "harfbuzz-4.4.1",
"build": [
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),