Merge pull request #6702 from nulano/win-cxxflags

Disable __CxxFrameHandler4 when compiling HarfBuzz
This commit is contained in:
Andrew Murray 2022-11-04 18:50:50 +11:00 committed by GitHub
commit 321c06694f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,6 +360,7 @@ deps = {
"dir": "harfbuzz-5.3.1",
"license": "COPYING",
"build": [
cmd_set("CXXFLAGS", "-d2FH4-"),
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
cmd_nmake(target="clean"),
cmd_nmake(target="harfbuzz"),