diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-26 13:09:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-26 13:09:59 -0500 |
commit | 1c9513135912482efb952a9277077d806f8f0df0 (patch) | |
tree | 198dd4c2256ec7fefd3ceca91e7ae511fe180bd4 /indra/newview/viewer_manifest.py | |
parent | 4311d5eacaba8543e952865d98cbf8258801cc6a (diff) |
SH-1374 tcmalloc symlinks are broken on installer, include tcmalloc.so.0.1.0
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 5ac9ec8ccc..c723176308 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -979,6 +979,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libfontconfig.so.1.4.4") self.path("libtcmalloc.so", "libtcmalloc.so") #formerly called google perf tools self.path("libtcmalloc.so.0", "libtcmalloc.so.0") #formerly called google perf tools + self.path("libtcmalloc.so.0.1.0", "libtcmalloc.so.0.1.0") #formerly called google perf tools try: self.path("libfmod-3.75.so") pass |