[Scons-users] StaticLibrary builder

Gary Oberbrunner garyo at oberbrunner.com
Thu Aug 9 09:33:33 EDT 2012


On Thu, Aug 9, 2012 at 9:32 AM, Russel Winder <russel at winder.org.uk> wrote:

> On Wed, 2012-08-08 at 13:09 -0400, Gary Oberbrunner wrote:

> […]

>> Does it work with tools=['default']? (I.e. no additional tools) If

>> so, your explanation above explains it.

>

> Current hypothesis:

>

> e = Environment()

>

> initializes all findable tools include any in

> $projectbase/site_scons/site_tools and ~/.scons/site_scons/site_tools

>

> e = Environment(tools=['default'])

>

> only causes the Tools in the SCons distribution to be initialized.

>

> Obvious really :-)


Ah. Should we fix that?


--
Gary


More information about the Scons-users mailing list