Fix gyp condition for ia32 specific flags.

We should test if it's ia32, not if it's not arm.

Patch by Joel Stanley.

Review URL: http://codereview.chromium.org/160316


git-svn-id: http://src.chromium.org/svn/trunk/src/build@21954 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
deanm@chromium.org 2009-07-29 15:56:00 +00:00
Родитель 3dcc8abb13
Коммит 898b276d90
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.