diff options
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index df10b97..42f72b4 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -279,6 +279,12 @@ 'src/common/string_conversion.h', ], + 'link_settings': { + 'libraries': [ + '-ldl', + ], + }, + 'include_dirs': [ 'src', 'src/client', |