[Scons-users] Not clobbering autodetected HOST_ARCH when configured via Options

Dirk Bächle tshortik at gmx.de
Wed Jul 9 16:54:40 EDT 2014


On 09.07.2014 20:38, Gary Oberbrunner wrote:
>
> [...]
>
> Yes, you're right.  The problem is that the tool code is checking for 
> the _presence_ of that construction variable.  The tools really 
> shouldn't do that; a better pattern would be
>   if env.get('TOOL_OPT'):
> rather than
>  if TOOL_OPT in env
> or whatever it's doing now.
>

Should we file a bug for this, such that at least the core Tools would 
get fixed?

Dirk



More information about the Scons-users mailing list