[Scons-users] StaticLibrary builder

Gary Oberbrunner garyo at oberbrunner.com
Wed Aug 8 10:55:18 EDT 2012


On Wed, Aug 8, 2012 at 10:39 AM, Russel Winder <russel at winder.org.uk> wrote:

> environment = Environment(tools=['g++','gnulink'])


try tools=['default', 'g++', 'gnulink']
otherwise your env has no tools except the ones you defined.

--
Gary


More information about the Scons-users mailing list