Merge pull request #5464 from radarhere/harfbuzz

Updated harfbuzz to 2.8.1
This commit is contained in:
Hugo van Kemenade 2021-05-04 12:57:34 +03:00 committed by GitHub
commit c10608c526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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