summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index df10b97..aa9e74e 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -236,6 +236,12 @@
'src/tools/linux/dump_syms/dump_syms.cc',
],
+ # Using this define, stabs_reader.h will include the right headers
+ # to work correctly on Linux.
+ 'defines': [
+ 'HAVE_A_OUT_H',
+ ],
+
'include_dirs': [
'src',
'..',