Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 06306c8934aeac77a07635c8091b39a1f54a768c..c69e342232aaa92c8ae51e959f0c61ff8cc99166 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4664,16 +4664,19 @@ |
# Target both iPhone and iPad. |
'TARGETED_DEVICE_FAMILY': '1,2', |
'VALID_ARCHS': 'armv7 i386', |
- }], |
- ['target_arch=="x64"', { |
- 'ARCHS': [ |
- 'x86_64' |
- ], |
- }], |
- ['target_arch=="ia32"', { |
- 'ARCHS': [ |
- 'i386' |
- ], |
+ }, { # OS!="ios" |
+ 'conditions': [ |
+ ['target_arch=="x64"', { |
+ 'ARCHS': [ |
+ 'x86_64' |
+ ], |
+ }], |
+ ['target_arch=="ia32"', { |
+ 'ARCHS': [ |
+ 'i386' |
+ ], |
+ }], |
+ ], |
}], |
], |