diff options
| -rw-r--r-- | indra/newview/viewer_manifest.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 894d2f0925..876d43d12e 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1081,9 +1081,7 @@ class Linux_i686Manifest(LinuxManifest):              # version number.              self.path("libfontconfig.so.*.*")              try: -                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 +                self.path("libtcmalloc.so*") #formerly called google perf tools                  pass              except:                  print "tcmalloc files not found, skipping" | 
