diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-29 06:46:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-29 06:46:00 -0400 |
commit | 83cff21cfee5ca4fc13fc300e8dfb154ab6c3421 (patch) | |
tree | 2843fd6ba9d02208b6bd1e240ae1cf9083b01732 /indra/newview | |
parent | 18e7881ee816f3f589ddb8b11d59582ad41c6014 (diff) | |
parent | 8e42c0e0a7182f9f51769926b163709ced15d4b2 (diff) |
merge openal linking fixes
Diffstat (limited to 'indra/newview')
-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 39ac03cd20..f0b1973fdf 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -953,7 +953,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") self.path("libalut.so") - self.path("libopenal.so") + self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libfontconfig.so.1.4.4") try: |