#self.path("libvivoxoal.so.1") # no - we'll re-use the viewer's own OAL lib
#self.path("libvivoxoal.so.1") # no - we'll re-use the viewer's own OpenAL lib
self.path("libvivoxsdk.so")
self.path("libvivoxsdk.so")
self.path("libvivoxplatform.so")
self.path("libvivoxplatform.so")
self.end_prefix("lib")
self.end_prefix("lib")
classLinux_x86_64Manifest(LinuxManifest):
ifself.args['buildtype'].lower()=='release':
defconstruct(self):
print"* Going strip-crazy on the packaged binaries, since this is a RELEASE build"
super(Linux_x86_64Manifest,self).construct()
self.run_command("find %(d)r/bin %(d)r/lib -type f | xargs --no-run-if-empty strip -S"%{'d':self.get_dst_prefix()})# makes some small assumptions about our packaged dir structure