|
@@ -207,8 +207,6 @@ def configure(env: "SConsEnvironment"):
|
|
env.Append(CPPDEFINES=[("_FILE_OFFSET_BITS", 64)])
|
|
env.Append(CPPDEFINES=[("_FILE_OFFSET_BITS", 64)])
|
|
|
|
|
|
if env["arch"] == "x86_32":
|
|
if env["arch"] == "x86_32":
|
|
- # The NDK adds this if targeting API < 24, so we can drop it when Godot targets it at least
|
|
|
|
- env.Append(CCFLAGS=["-mstackrealign"])
|
|
|
|
if has_swappy:
|
|
if has_swappy:
|
|
env.Append(LIBPATH=["#thirdparty/swappy-frame-pacing/x86"])
|
|
env.Append(LIBPATH=["#thirdparty/swappy-frame-pacing/x86"])
|
|
elif env["arch"] == "x86_64":
|
|
elif env["arch"] == "x86_64":
|