Fix crash in lightmapper under MinGW-GCC Windows
This commit is contained in:
parent
e25984a745
commit
89237c8952
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ env_embree.Append(
|
|||
|
||||
if not env_embree.msvc:
|
||||
env_embree.Append(CPPFLAGS=["-mxsave"])
|
||||
if env["platform"] == "windows":
|
||||
env_embree.Append(CPPFLAGS=["-mstackrealign"])
|
||||
|
||||
if env["platform"] == "windows":
|
||||
if env.msvc:
|
||||
|
|
Loading…
Reference in a new issue