Re: when to use depends and when to use requires
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 11/10/22 11:35, Bill Deegan wrote: > If you need either.. you're probably doing something wrong.. (TM - Me...;) > > The fact that you're using either means that the relevant files weren't > listed as a source or a target to the correct builders and/or the extra > sources/dependencies weren't found by a scanner. in the latter case, if you're doing something that's custom and not a language SCons recognizes, the "scanner doesn't find it" isn't that odd, is it?