diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-27 14:52:10 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-27 14:52:10 -0500 |
commit | 39907b9b565eafb859101e67d0a49a69e409241a (patch) | |
tree | f54f8d763dd502a1036b14e0b133c5e5933150f1 /indra/newview/viewer_manifest.py | |
parent | b63c21a13eb4bb5bb6630bc360de2383814816c9 (diff) |
Another attempt at deleting tcmalloc_minimal.dll
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 027bdbfb30..175c6f9903 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -406,7 +406,7 @@ class WindowsManifest(ViewerManifest): # For google-perftools tcmalloc allocator. # no longer used, make sure old .dll is removed try: - self.remove('libtcmalloc_minimal.dll') + self.remove(self.dst_path_of('libtcmalloc_minimal.dll')) except: print "Skipping libtcmalloc_minimal.dll" |