aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 23e5288f1a..a89931b432 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -48,6 +48,9 @@ if (target_cpu == "") {
target_cpu = "arm64"
}
}
+if (target_cpu == "x86_64") {
+ target_cpu = "x64"
+}
if (current_cpu == "") {
current_cpu = target_cpu
}