diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 23:18:14 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-03-27 23:18:14 -0700 |
commit | 48f433212f0b3f6a215156b3b26d0f43863727cd (patch) | |
tree | 400a7f17280b33f244efedb5f8b5c507650ffba8 /indra/newview | |
parent | 74b5bfb98f0496a8e1519c4732bb5942e6fcc78a (diff) |
Fix breakpad breakage from linux API diffs
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index dd5689512f..3c107d67a3 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1073,9 +1073,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libboost_filesystem-mt.so.*") self.path("libboost_signals-mt.so.*") self.path("libboost_system-mt.so.*") - self.path("libbreakpad_client.so.0.0.0") - self.path("libbreakpad_client.so.0") - self.path("libbreakpad_client.so") + #self.path("libbreakpad_client.a") self.path("libcollada14dom.so") self.path("libdb*.so") self.path("libcrypto.so.*") |