Skip to content

Commit

Permalink
Merge pull request #6591 from radarhere/harfbuzz
Browse files Browse the repository at this point in the history
Updated harfbuzz to 5.2.0
  • Loading branch information
mergify[bot] committed Sep 17, 2022
2 parents 964e0aa + 8b90588 commit b8d9624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -281,9 +281,9 @@ def cmd_msbuild(
"libs": [r"imagequant.lib"],
},
"harfbuzz": {
"url": "https://github.com/harfbuzz/harfbuzz/archive/5.1.0.zip",
"filename": "harfbuzz-5.1.0.zip",
"dir": "harfbuzz-5.1.0",
"url": "https://github.com/harfbuzz/harfbuzz/archive/5.2.0.zip",
"filename": "harfbuzz-5.2.0.zip",
"dir": "harfbuzz-5.2.0",
"build": [
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),
Expand Down

0 comments on commit b8d9624

Please sign in to comment.