commit 79b866424137d50760af4ad64bcb1709109ef245
parent 3c5628a5e7e3311cc771444b37fac460e746175d
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 16 Jul 2024 12:30:03 -0600
android: fix cross-compilation error
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cross/build-android.sh b/cross/build-android.sh
@@ -36,7 +36,7 @@ x86)
x86_64)
ARCH="x86_64"
BUILD_DIR="build-android-x86_64"
- CPU_FAMILY=x84_64
+ CPU_FAMILY=x86_64
CPU=x86_64
CLANG_NAME=x86_64-linux-android24
TOOLS_NAME=x86_64-linux-android
@@ -82,7 +82,7 @@ strip = '$TOOLS_NAME-strip'
pkgconfig = 'false'
[properties]
-needs_exe_wrapper = false
+needs_exe_wrapper = 'false'
[host_machine]
system = 'android'