Browse Source
By running waf with option -v, waf was complaining about the update_submodule tasks having the same identifier. That happened because the default uid() method depended on the class name, inputs and outputs. Since this type of task doesn't have input nor output file, we need to override uid() so that it uses the submodule path for the task identifier.mission-4.1.18
1 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue