diff options
author | Don Kjer <don@lindenlab.com> | 2012-12-12 00:34:40 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-12-12 00:34:40 +0000 |
commit | 531394df23d774ad91ea5986ede8d44ccf9234a1 (patch) | |
tree | 06f7983b00772b1466e8dc1510f15c45013355d4 /indra/newview/viewer_manifest.py | |
parent | a5205d4d6a5f3478927cbede80671051c3e16f35 (diff) |
Updating linux libGLOD to match darwin naming
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ea75d4f4f6..7a41520429 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1079,7 +1079,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libcrypto.so.*") self.path("libexpat.so.*") self.path("libssl.so.1.0.0") - self.path("libglod.so") + self.path("libGLOD.so") self.path("libminizip.so") self.path("libuuid.so*") self.path("libSDL-1.2.so.*") |