diff options
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index f2569f7..83bf3be 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -568,7 +568,7 @@ }, ], 'conditions': [ - ['target_arch=="ia32"', { + ['target_arch=="ia32" and chromeos==0', { 'actions': [ { 'variables': { |