From c29a188dcbc735948716036f4ae435a51f7e4071 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 13 Aug 2020 11:07:24 -0400 Subject: [PATCH] Fix voice packaging in linux64 --- indra/newview/viewer_manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 3575ce358a7..26bcb9fbf81 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1543,6 +1543,7 @@ def construct(self): self.path("libortp.so") self.path("libsndfile.so.1") self.path("libvivoxoal.so.1") + self.path("libvivoxplatform.so") self.path("libvivoxsdk.so") self.strip_binaries() -- GitLab