[Scons-users] TDM Gcc detection
Philipp Kraus
philipp.kraus at flashpixx.de
Sat Mar 30 07:10:18 EDT 2013
On 2013-03-28 16:58:01 +0100, Mark Holloway said:
> I'm still in scons beginner mode, but the following worked for me to
> pull in the elements I need in a similar situation with you (although a
> simpler solution would be nice):
>
> env = Environment(tools = ['gcc', 'g++', 'ar','gnulink','textfile'],
> ENV = {'PATH' : os.environ['PATH'],'TEMP' : os.environ['TEMP']})
>
> I needed to have those on my path before launching scons though.
Yes, that works well, so I use also this calls, but it is possible that
a better solution exists
More information about the Scons-users
mailing list