From 39907b9b565eafb859101e67d0a49a69e409241a Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 27 Sep 2012 14:52:10 -0500 Subject: Another attempt at deleting tcmalloc_minimal.dll --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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" -- cgit v1.2.3