Skip to content
Snippets Groups Projects
Commit 63053aad authored by Merov Linden's avatar Merov Linden
Browse files

VWR-20946 : fix the viewer manifest script to take the new kdu lib name into account

parent 7869a17f
No related branches found
No related tags found
No related merge requests found
...@@ -930,7 +930,7 @@ def construct(self): ...@@ -930,7 +930,7 @@ def construct(self):
self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libopenal.so.1")
self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname
try: try:
self.path("libkdu_v42R.so", "libkdu.so") self.path("libkdu.so")
pass pass
except: except:
print "Skipping libkdu_v42R.so - not found" print "Skipping libkdu_v42R.so - not found"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment