You've already forked godot
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user