diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index cc3d232..bd472e5 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -360,7 +360,7 @@ }, }, 'conditions': [ - [ 'target_arch!="arm"', { + [ 'target_arch=="ia32"', { 'asflags': [ # Needed so that libs with .s files (e.g. libicudata.a) # are compatible with the general 32-bit-ness. |