Skip to content

Commit

Permalink
Merge pull request #6315 from radarhere/harfbuzz
Browse files Browse the repository at this point in the history
Updated harfbuzz to 4.3.0
  • Loading branch information
hugovk committed May 21, 2022
2 parents 91f0927 + bf65544 commit 22d797f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -280,9 +280,9 @@ def cmd_msbuild(
"libs": [r"imagequant.lib"],
},
"harfbuzz": {
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.2.1.zip",
"filename": "harfbuzz-4.2.1.zip",
"dir": "harfbuzz-4.2.1",
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.3.0.zip",
"filename": "harfbuzz-4.3.0.zip",
"dir": "harfbuzz-4.3.0",
"build": [
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),
Expand Down

0 comments on commit 22d797f

Please sign in to comment.