From a5381e1c1831572f81b6245ac74a100ab697f3f7 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 2 Aug 2022 16:29:52 +0200 Subject: [PATCH] Fix typo. --- platform/android/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/detect.py b/platform/android/detect.py index 914337ed6..6106cb6e7 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -73,7 +73,7 @@ def configure(env): # Architecture if env["android_arch"] not in ["armv7", "arm64v8", "x86", "x86_64"]: - env["android_arch"] = "armv64v8" + env["android_arch"] = "arm64v8" neon_text = "" if env["android_arch"] == "armv7" and env["android_neon"]: