summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-06-03 11:36:13 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-06-03 11:44:47 +0300
commit9b1c8534fbb0e99e9e20142fdc9582f3966c1e01 (patch)
treea8c2458f50fef84271d6d7344e2d0a6a016a694c /indra/newview/viewer_manifest.py
parent547361692e485bd8f8f2e6640fa13f55fb8d62ab (diff)
More post-merge cleanup
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index e9007fd7b5..0a96444a7a 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1064,7 +1064,7 @@ class DarwinManifest(ViewerManifest):
"libfmod.dylib",
):
dylibs += path_optional(os.path.join(relpkgdir, libfile), libfile)
-
+
# our apps
executable_path = {}
for app_bld_dir, app in (("mac_crash_logger", "mac-crash-logger.app"),
@@ -1535,10 +1535,6 @@ class Linux_i686_Manifest(LinuxManifest):
except:
print "Skipping libfmod.so - not found"
pass
- if self.args['fmodex'] == 'ON':
- self.path("libfmodex-*.so")
- self.path("libfmodex.so")
-
# Vivox runtimes
with self.prefix(src=relpkgdir, dst="bin"):
@@ -1564,12 +1560,11 @@ class Linux_x86_64_Manifest(LinuxManifest):
################################################################
if __name__ == "__main__":
- # fmodex and openal can be used simultaneously and controled by environment
+ # fmodstudio and openal can be used simultaneously and controled by environment
extra_arguments = [
dict(name='bugsplat', description="""BugSplat database to which to post crashes,
if BugSplat crash reporting is desired""", default=''),
dict(name='fmodstudio', description="""Indication if fmod studio libraries are needed""", default='OFF'),
- dict(name='fmodex', description="""Indication that fmodex libraries are needed""", default='OFF'),
dict(name='openal', description="""Indication openal libraries are needed""", default='OFF'),
]
try: