[Scons-users] Dependency on $CC tool tripped up by subdir

Marc Branchaud mbranchaud at xiplink.com
Thu Oct 4 17:29:53 EDT 2012


On 12-10-04 05:20 PM, William Deegan wrote:

> Marc,

>

> What happens if you change it to this:

>> e = DefaultEnvironment()

>>

>> mycc = e.Command(target="tools/mycc",

>> source="/usr/bin/gcc",

>> action="cp $SOURCE $TARGET")

>>

>> e.Replace(CC = 'tools/mycc')

>>

>> e.Program(target='testapp', source='test.c')


No change.

I don't suppose you can confirm this? It'd be nice to know if I'm not alone.

M.



More information about the Scons-users mailing list