Re: Wacky crash in Clone()
Marc Branchaud via Scons-users <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Organization | XipLink |
| Message-ID | <[email protected]> |
On 2022-01-21 17:46, Bill Deegan wrote: > scons-users is the right place. > > So you're Clone()'ing inside an Action()? > Yeah..that's a BAD idea... Thanks! I will look into changing that. The builders want to change aspects of the Environment, without those changes showing up in the places that use the builders. I will look into a different approach. M.