From 39907b9b565eafb859101e67d0a49a69e409241a Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Thu, 27 Sep 2012 14:52:10 -0500
Subject: [PATCH] Another attempt at deleting tcmalloc_minimal.dll

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 027bdbfb30b..175c6f99035 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -406,7 +406,7 @@ def construct(self):
             # 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"
 
-- 
GitLab