[Scons-users] sconsign
Mats Wichmann
mats at wichmann.us
Fri Oct 25 09:20:21 EDT 2024
On 10/24/24 19:12, John Coobs wrote:
> Thanks for the advice. The problem is that Scons just rebuilds sconsript311.dblite every time I delete it. I’m using vscode,platformio, with Scons. I don’t know how to edit binary files.
yes, that's correct. The signature database is always written (even if
you do "scons -n" - no-execute).
If something in your build thinks "idedata" is part of the dependency
tree, you have to find where that is and change it there, not in the
signature database, which is just reflecting what's declared in the
build. I'd just do "git grep idedata" in your tree and see what it comes
up with.
More information about the Scons-users
mailing list