diff options
author | Geenz <geenz@geenzo.com> | 2013-02-25 15:37:06 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-02-25 15:37:06 -0500 |
commit | 9a85a9d6bf4e41fdfb6113af26caf13f5a08c90e (patch) | |
tree | 5493ae00d810f00b5cffd359d3a55ee710d480a9 | |
parent | e19db5668853b7d3be2ed6af289a3c35bd213bca (diff) | |
parent | 5f674760764d04783c016e0529f56a1477cfccb5 (diff) |
Merged Nat's viewer_manifest boost changes.
-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") |