diff options
author | Oz Linden <oz@lindenlab.com> | 2018-01-18 12:59:14 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-01-18 12:59:14 -0500 |
commit | ac87c608de631398fd778455cbd0edf5ddea8d8e (patch) | |
tree | 9b60274b0b8a187ee3385ca8018cd0e98bc0068f /indra | |
parent | 4181b1d9e20f54f307746b7913f5412a15b13a1b (diff) |
correct more 64bit vivox dll names
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 9866d77c13..e823228681 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -563,8 +563,8 @@ class WindowsManifest(ViewerManifest): # Vivox runtimes self.path("SLVoice.exe") if (self.address_size == 64): - self.path("vivoxsdk_64.dll") - self.path("ortp_64.dll") + self.path("vivoxsdk_x64.dll") + self.path("ortp_x64.dll") else: self.path("vivoxsdk.dll") self.path("ortp.dll") |