diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 18:48:43 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 18:48:43 -0400 |
commit | 3cb97cb4d75c40d9519d796dd52d0741d354fc97 (patch) | |
tree | ec40b0a49ea6c981f58aaecfa24650cd9a113faa /indra/newview | |
parent | a9273b8202f79ccee007e40f7d8214c4a7ade6c2 (diff) |
restoring glod to copy3rdpartylibs.cmake and viewer_manifest.py
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 ddf088ed49..e1c5edf7cb 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -960,6 +960,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libdb.so") self.path("libcrypto.so.0.9.8") self.path("libexpat.so.1.5.2") + self.path("libglod.so") self.path("libminizip.so") self.path("libssl.so.0.9.8") self.path("libuuid.so") |