Skip to content

Commit

Permalink
Updated harfbuzz to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 20, 2023
1 parent d48dca3 commit 43682de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ def cmd_msbuild(
"libs": [r"imagequant.lib"],
},
"harfbuzz": {
"url": "https://github.com/harfbuzz/harfbuzz/archive/7.0.0.zip",
"filename": "harfbuzz-7.0.0.zip",
"dir": "harfbuzz-7.0.0",
"url": "https://github.com/harfbuzz/harfbuzz/archive/7.0.1.zip",
"filename": "harfbuzz-7.0.1.zip",
"dir": "harfbuzz-7.0.1",
"license": "COPYING",
"build": [
cmd_set("CXXFLAGS", "-d2FH4-"),
Expand Down

0 comments on commit 43682de

Please sign in to comment.