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
Generator: Fix processing arguments when chaning absolute paths
The bug there is that it was not resetting 'previousIsDashI' back to false
in the loop. As a result, some other arguments were prepended with the path
which would make them ignored.
This patch also chanfe a std::for_each into a normal for and fix identation.
0 commit comments