Merge pull request #6048 from radarhere/harfbuzz

This commit is contained in:
Hugo van Kemenade 2022-02-13 21:08:29 +02:00 committed by GitHub
commit cac305f8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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