feat: updated engine version to 4.4
This commit is contained in:
parent
d08586768d
commit
ba58baf432
140 changed files with 108317 additions and 14666 deletions
|
|
@ -732,7 +732,7 @@ def configure_mingw(env: "SConsEnvironment"):
|
|||
if env["use_static_cpp"]:
|
||||
env.Append(LINKFLAGS=["-static"])
|
||||
|
||||
if env["arch"] in ["x86_32", "x86_64"]:
|
||||
if env["arch"] == "x86_32":
|
||||
env["x86_libtheora_opt_gcc"] = True
|
||||
|
||||
env.Append(CCFLAGS=["-ffp-contract=off"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue