Updated harfbuzz to 3.1.2

This commit is contained in:
Andrew Murray 2021-11-27 14:55:54 +11:00
parent 317247fab2
commit 1c54a4be45

View File

@ -278,9 +278,9 @@ deps = {
"libs": [r"imagequant.lib"],
},
"harfbuzz": {
"url": "https://github.com/harfbuzz/harfbuzz/archive/3.1.1.zip",
"filename": "harfbuzz-3.1.1.zip",
"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",
"build": [
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),