aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 9a995bb3d1..4ed566866e 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -40,7 +40,7 @@ is_win = current_os == "win"
if (target_cpu == "") {
target_cpu = host_cpu
- if (is_android) {
+ if (is_android || is_ios) {
target_cpu = "arm64"
}
}