diff options
author | Lukas Rusak <lorusak@gmail.com> | 2020-09-10 15:09:12 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2020-09-10 15:09:23 -0700 |
commit | 76ef3f68bf07936c3586216b69f1296a35a4cde5 (patch) | |
tree | 15d19cd0b7e8bfacf06c6e20c6a0fbbc77c8222b /tools | |
parent | 3821b337486bb602128acce383ae449e327462cb (diff) |
tools/depends: fix spelling error for aarch64 android
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index 700681e7b3..dcd649fc0a 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -262,7 +262,7 @@ case $host in if test "x$use_cpu" = "xarm64-v8a"; then platform_cflags+=" -march=armv8-a -mtune=cortex-a53" fi - meson_cpu="arch64" + meson_cpu="aarch64" ;; i*86*-linux-android*|x86_64*-linux-android*) if test "x$use_cpu" = "xauto"; then |