You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many have had problems when files which should be generated (if needed) during the build are needed by parts of the build. Usually they end up reaching for Depends and it doesn't work as they expect. Show how to get SCons to understand the existence of a generated file if it's done by a builder (or Command) that doesn't have direct knowledge that the file is being made (that is, it's not part of an emitter).
The text was updated successfully, but these errors were encountered:
Many have had problems when files which should be generated (if needed) during the build are needed by parts of the build. Usually they end up reaching for
Depends
and it doesn't work as they expect. Show how to get SCons to understand the existence of a generated file if it's done by a builder (or Command) that doesn't have direct knowledge that the file is being made (that is, it's not part of an emitter).The text was updated successfully, but these errors were encountered: