diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 13:39:06 -0700 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-05-08 13:39:06 -0700 |
commit | e1a978bbcfe4640e3163fd0a3ed41460f1d6942a (patch) | |
tree | 18ecf40ca7af95faafd6d71852c8b80fef3c5542 /indra/newview/viewer_manifest.py | |
parent | c5be6d0b92642b3ba12a12441b6b436cde18dcdb (diff) |
And more boost library work.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index b3ca24a783..2be89b77de 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1032,7 +1032,8 @@ class Linux_i686Manifest(LinuxManifest): self.path("libaprutil-1.so.0") self.path("libaprutil-1.so.0.3.10") self.path("libboost_program_options-mt.so.1.48.0") - self.path("libboost_regex.so.1.48.0") + self.path("libboost_regex-mt.so.1.48.0") + self.path("libboost_thread-mt.so.1.48.0") self.path("libbreakpad_client.so.0.0.0") self.path("libbreakpad_client.so.0") self.path("libbreakpad_client.so") |