mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
disable __CxxFrameHandler4 when compiling harfbuzz
This commit is contained in:
parent
d594f4cb8d
commit
76b99756e4
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user