1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

[3.x] Misc build system fixes

This commit is contained in:
Aaron Franke
2021-12-10 11:32:39 -06:00
parent 9351bc4b1c
commit 7bf7bd70ac
4 changed files with 4 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ def configure(env):
abi_subpath = "i686-linux-android"
arch_subpath = "x86"
env["x86_libtheora_opt_gcc"] = True
if env["android_arch"] == "x86_64":
elif env["android_arch"] == "x86_64":
if get_platform(env["ndk_platform"]) < 21:
print(
"WARNING: android_arch=x86_64 is not supported by ndk_platform lower than android-21; setting ndk_platform=android-21"