Linux OSS was removed from fmodstudio. Also fix issue in linux manifest.

This commit is contained in:
Shyotl
2015-01-10 16:11:52 -06:00
parent b808caaa0e
commit c708408f64
2 changed files with 2 additions and 25 deletions

View File

@@ -881,7 +881,7 @@ class Linux_i686Manifest(LinuxManifest):
self.end_prefix("lib")
if (not self.standalone()) and self.prefix(src=self.args['configuration'], alt_build="../packages/lib/release", dst="lib"):
dylibs += self.add_extra_libraries()
self.add_extra_libraries()
self.end_prefix()
# Vivox runtimes
@@ -933,7 +933,7 @@ class Linux_x86_64Manifest(LinuxManifest):
self.end_prefix("lib")
if (not self.standalone()) and self.prefix(src=self.args['configuration'], alt_build="../packages/lib/release", dst="lib"):
dylibs += self.add_extra_libraries()
self.add_extra_libraries()
self.end_prefix()
# Vivox runtimes