disable __CxxFrameHandler4 when compiling harfbuzz

This commit is contained in:
nulano 2022-10-29 18:24:44 +01:00
parent d594f4cb8d
commit 76b99756e4
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

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