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:
Родитель
3dcc8abb13
Коммит
898b276d90
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче