diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 17:19:30 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 17:19:30 -0400 |
commit | 9c06a3538e44f6d1f4a92a89729a640e6dadf9ec (patch) | |
tree | 65deae1cf6b553205b34ed725ec16cde9d0d87fb /indra/newview | |
parent | 13180604e5752b8b5a98e049bc55028d68e71147 (diff) |
CTS-241 FIX update glod and convex decomp for linux and mac
pushing fix for glod to work on linux.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 852d11eb7e..2da5aff8d6 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -928,6 +928,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libdb-4.2.so") self.path("libcrypto.so.0.9.7") self.path("libexpat.so.1") + self.path("libglod.so") self.path("libssl.so.0.9.7") self.path("libSDL-1.2.so.0") self.path("libELFIO.so") |