Skip to content
Snippets Groups Projects
Commit 39907b9b authored by David Parks's avatar David Parks
Browse files

Another attempt at deleting tcmalloc_minimal.dll

parent b63c21a1
No related branches found
No related tags found
No related merge requests found
...@@ -406,7 +406,7 @@ def construct(self): ...@@ -406,7 +406,7 @@ def construct(self):
# For google-perftools tcmalloc allocator. # For google-perftools tcmalloc allocator.
# no longer used, make sure old .dll is removed # no longer used, make sure old .dll is removed
try: try:
self.remove('libtcmalloc_minimal.dll') self.remove(self.dst_path_of('libtcmalloc_minimal.dll'))
except: except:
print "Skipping libtcmalloc_minimal.dll" print "Skipping libtcmalloc_minimal.dll"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment