diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-11-07 21:01:07 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-11-07 21:01:07 +0200 |
commit | 7539c8bbde67c5dc438cf93689cc7940b83c2de4 (patch) | |
tree | eb91147894603c338a124be4f023cd2097a7edaa /indra/newview | |
parent | 910a1d704e35d5789e4a8c34efa89ed8d7f3bf9d (diff) | |
parent | 629b8eab09a59910ac6a8e019cffed5483bff407 (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4ab910644c..541112a765 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -622,11 +622,7 @@ class WindowsManifest(ViewerManifest): self.path("dullahan_host.exe") self.path("natives_blob.bin") self.path("snapshot_blob.bin") - self.path("v8_context_snapshot.bin") - - with self.prefix(src=os.path.join(pkgdir, 'bin', config, 'swiftshader'), dst=os.path.join('llplugin', 'swiftshader')): - self.path("libEGL.dll") - self.path("libGLESv2.dll") + self.path("widevinecdmadapter.dll") # MSVC DLLs needed for CEF and have to be in same directory as plugin with self.prefix(src=os.path.join(os.pardir, 'sharedlibs', 'Release'), dst="llplugin"): |