summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index f249f53105..249787ad8d 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -260,6 +260,12 @@ class WindowsManifest(ViewerManifest):
"../win_updater/relwithdebinfo/windows-updater.exe"),
dst="updater.exe")
+ # For google-perftools tcmalloc allocator.
+ #if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""):
+ # self.path("libtcmalloc_minimal.dll")
+ # self.end_prefix()
+
+
def nsi_file_commands(self, install=True):
def wpath(path):
if path.endswith('/') or path.endswith(os.path.sep):