scons: Add LIBRARY_PATH from the user environment to Scons
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 12 Jul 2012 16:56:11 +0000 (12:56 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 12 Jul 2012 16:56:11 +0000 (12:56 -0400)
commit55bfe13705a3eccdffb6846dd87df5f190b04c99
tree6693d64871fbebea64ddee4df3d0a7cc94650bc4
parent019ced8d85370510601b98b7673045844c831f2f
scons: Add LIBRARY_PATH from the user environment to Scons

This patch adds the LIBRARY_PATH from the users OS environment to
Scons build environment. This path is used when linking to search for
libraries, and this patch enables tcmalloc to be used during the build
even if it is not placed in the default search paths.
SConstruct