diff options
author | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-02-25 11:46:37 -0800 |
---|---|---|
committer | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-02-25 11:46:37 -0800 |
commit | 5f674760764d04783c016e0529f56a1477cfccb5 (patch) | |
tree | d692c12c51c91357d318a7e85e32c137885b9a7f /indra/newview | |
parent | f6ad4359756268067c74f3d17049f646a2139aef (diff) | |
parent | 73a2d11d4ef3d118fb1a04dd76fc3abed1ebfffa (diff) |
Merged Nat's mods to the viewer manifest to mention new boost libs
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index e7108141ee..4c95c70854 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1067,12 +1067,13 @@ class Linux_i686Manifest(LinuxManifest): self.path("libaprutil-1.so") self.path("libaprutil-1.so.0") self.path("libaprutil-1.so.0.4.1") + self.path("libboost_context-mt.so.*") + self.path("libboost_filesystem-mt.so.*") self.path("libboost_program_options-mt.so.*") self.path("libboost_regex-mt.so.*") - self.path("libboost_thread-mt.so.*") - self.path("libboost_filesystem-mt.so.*") self.path("libboost_signals-mt.so.*") self.path("libboost_system-mt.so.*") + self.path("libboost_thread-mt.so.*") self.path("libbreakpad_client.so.0.0.0") self.path("libbreakpad_client.so.0") self.path("libbreakpad_client.so") |