summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 919fc3c..515cfc4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3968,6 +3968,11 @@
# Target both iPhone and iPad.
'TARGETED_DEVICE_FAMILY': '1,2',
}],
+ ['target_arch=="x64"', {
+ 'ARCHS': [
+ 'x86_64'
+ ],
+ }],
],
# The Xcode generator will look for an xcode_settings section at the root