diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 23:01:19 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 23:01:19 +0000 |
commit | 44663e9b848e824c969026fcfdf5c02ea66b3aa7 (patch) | |
tree | 788443f06f24d833426fa6e8ccd937865a6a3cb0 /breakpad | |
parent | 8e97eb2d3e1870b15ba1084e3f6bfdda237efe20 (diff) | |
download | chromium_src-44663e9b848e824c969026fcfdf5c02ea66b3aa7.zip chromium_src-44663e9b848e824c969026fcfdf5c02ea66b3aa7.tar.gz chromium_src-44663e9b848e824c969026fcfdf5c02ea66b3aa7.tar.bz2 |
Breakpad's symupload needs -ldl.
Review URL: http://codereview.chromium.org/114045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 9163646..a04c2f4 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -298,6 +298,11 @@ # 'include_dirs': [ # 'src', # ], +# 'link_settings': { +# 'libraries': [ +# '-ldl', +# ], +# }, # }, # { # 'target_name': 'dump_syms', |