Skip to content
Snippets Groups Projects
Commit ff7c3ad9 authored by alain@945battery-guestA-183.lindenlab.com's avatar alain@945battery-guestA-183.lindenlab.com
Browse files

Backed out changeset 6e69fbe64617

parent 7986e092
No related branches found
No related tags found
No related merge requests found
......@@ -958,6 +958,7 @@ def construct(self):
self.path("libopenal.so")
self.path("libopenal.so.1")
self.path("libopenal.so.1.12.854")
self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname
self.path("libfontconfig.so.1.4.4")
try:
self.path("libfmod-3.75.so")
......@@ -974,7 +975,7 @@ def construct(self):
if self.prefix(src="../packages/lib/release", dst="lib"):
self.path("libortp.so")
self.path("libsndfile.so.1")
self.path("libvivoxoal.so.1")
#self.path("libvivoxoal.so.1") # no - we'll re-use the viewer's own OpenAL lib
self.path("libvivoxsdk.so")
self.path("libvivoxplatform.so")
self.end_prefix("lib")
......
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