Skip to content
Snippets Groups Projects
Commit 8e42c0e0 authored by Andrew de Laix's avatar Andrew de Laix
Browse files

get naming of openallib right when packaging.

parent 1a49226a
No related branches found
No related tags found
No related merge requests found
...@@ -953,7 +953,7 @@ def construct(self): ...@@ -953,7 +953,7 @@ def construct(self):
self.path("libopenjpeg.so.1") self.path("libopenjpeg.so.1")
self.path("libopenjpeg.so") self.path("libopenjpeg.so")
self.path("libalut.so") self.path("libalut.so")
self.path("libopenal.so") 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
self.path("libfontconfig.so.1.4.4") self.path("libfontconfig.so.1.4.4")
try: try:
......
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