diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 18:28:26 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 18:28:26 +0000 |
commit | cab4b4cf3e475343de52161c469ffd6a11f0810b (patch) | |
tree | fb23caa7bf53d28fb083e6c4afd614d27c2c7ea3 /build | |
parent | 1b69310c260d4aa120ed13c38ad8294da422b155 (diff) | |
download | chromium_src-cab4b4cf3e475343de52161c469ffd6a11f0810b.zip chromium_src-cab4b4cf3e475343de52161c469ffd6a11f0810b.tar.gz chromium_src-cab4b4cf3e475343de52161c469ffd6a11f0810b.tar.bz2 |
Disable syzygy for Win64.
Not sure what the plans are for Win64, but at the moment it chokes on the binary.
R=siggi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12326065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index ac2c411..05e201f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -183,7 +183,7 @@ 'target_name': 'All_syzygy', 'type': 'none', 'conditions': [ - ['OS=="win" and fastbuild==0', { + ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 'dependencies': [ '../chrome/installer/mini_installer_syzygy.gyp:*', ], |