summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-09-27 14:52:10 -0500
committerDave Parks <davep@lindenlab.com>2012-09-27 14:52:10 -0500
commit39907b9b565eafb859101e67d0a49a69e409241a (patch)
treef54f8d763dd502a1036b14e0b133c5e5933150f1 /indra/newview/viewer_manifest.py
parentb63c21a13eb4bb5bb6630bc360de2383814816c9 (diff)
Another attempt at deleting tcmalloc_minimal.dll
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py2
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"