scons: Don't explicitly add tcmalloc_minimal to LIBS
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 18 Mar 2013 09:44:34 +0000 (10:44 +0100)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 18 Mar 2013 09:44:34 +0000 (10:44 +0100)
commit9e9a47cb9ae69b081206372179b069e6150e7891
treeb32e7f26e3b2f7a06bf8c6dd3c4861e6a02a83fd
parent3e3475138bbc1c4f1836d861a6b38e6d288a6720
scons: Don't explicitly add tcmalloc_minimal to LIBS

SCons automatically adds a library to LIBS if conf.CheckLib succeeds,
so there is no need to explicitly add the library.
SConstruct