summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 21:11:06 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 21:11:06 +0000
commit811373a344112aadd20833f41f167baa75577fbf (patch)
treedcb493433181be02b8391e488c789c3bfeca2a68 /breakpad/breakpad.gyp
parente7e637e8bd396270ddfc0c218818b62ef5277cec (diff)
downloadchromium_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.gyp1
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'],
}],
],