diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:11:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:11:06 +0000 |
commit | 811373a344112aadd20833f41f167baa75577fbf (patch) | |
tree | dcb493433181be02b8391e488c789c3bfeca2a68 /breakpad/breakpad.gyp | |
parent | e7e637e8bd396270ddfc0c218818b62ef5277cec (diff) | |
download | chromium_src-811373a344112aadd20833f41f167baa75577fbf.zip chromium_src-811373a344112aadd20833f41f167baa75577fbf.tar.gz chromium_src-811373a344112aadd20833f41f167baa75577fbf.tar.bz2 |
Fix 64-bit Breakpad build when building for target_arch=ia32.
BUG=none
TEST=chrome on chromeos builder goes green.
Review URL: http://codereview.chromium.org/6973061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 9f82ae4..4713f4d 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -211,6 +211,7 @@ '-mfpmath=sse'], 'ldflags!': ['-m32'], 'cflags': ['-O2'], + 'include_dirs!': ['/usr/include32'], }], ], |