Skip to content

Commit

Permalink
Merge pull request #6029 from radarhere/harfbuzz
Browse files Browse the repository at this point in the history
Updated harfbuzz to 3.3.2
  • Loading branch information
hugovk committed Feb 7, 2022
2 parents 71839a7 + 718b72c commit ab8125f
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/3.3.1.zip",
"filename": "harfbuzz-3.3.1.zip",
"dir": "harfbuzz-3.3.1",
"url": "https://github.com/harfbuzz/harfbuzz/archive/3.3.2.zip",
"filename": "harfbuzz-3.3.2.zip",
"dir": "harfbuzz-3.3.2",
"build": [
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),
Expand Down

0 comments on commit ab8125f

Please sign in to comment.