diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-21 08:29:21 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-21 08:29:21 -0500 |
commit | b349bcf2b6da06bd293adce99dbb6346b9d94cd0 (patch) | |
tree | b9e237939d7d3392c5977c700b7b2720a922f342 /indra/newview | |
parent | fd478424359d3e6081c444aa273c9e30a8b402db (diff) | |
parent | 93fe221208399e47333fa9c696c60c3e0ad3eebb (diff) |
Merge fix for copying Linux Vivox files
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 954e454080..5b03cd83ca 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1127,11 +1127,11 @@ class Linux_i686_Manifest(LinuxManifest): self.path("SLVoice") self.end_prefix() if self.prefix(src="../packages/lib/release", dst="lib"): - self.path("libortp.dylib") - self.path("libsndfile.dylib") + self.path("libortp.so") + self.path("libsndfile.so.1") #self.path("libvivoxoal.so.1") # no - we'll re-use the viewer's own OpenAL lib - self.path("libvivoxsdk.dylib") - self.path("libvivoxplatform.dylib") + self.path("libvivoxsdk.so") + self.path("libvivoxplatform.so") self.end_prefix("lib") # plugin runtime |