summaryrefslogtreecommitdiffstats
path: root/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 21bc320d75..46444b3302 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -167,7 +167,7 @@ When running cmake in qtbase, pass
If you don't supply the configuration argument ``-DANDROID_ABI=...``, it will default to
``armeabi-v7a``. To target other architectures, use one of the following values:
- * arm64: ``-DANDROID_ABI=arm64-v8``
+ * arm64: ``-DANDROID_ABI=arm64-v8a``
* x86: ``-DANDROID_ABI=x86``
* x86_64: ``-DANDROID_ABI=x86_64``