Skip to content

Commit

Permalink
Restore buildLine purity
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Sep 7, 2023
1 parent fe689d9 commit 7485274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/reggae/backend/ninja.d
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private:
}

string buildLine(Target target, in string rule, in bool includeImplicitInputs,
in string[] inputsOverride = null) @safe /*pure*/ const {
in string[] inputsOverride = null) @safe pure const {

const outputs = target.expandOutputs(_projectPath);
const inputs = inputsOverride !is null ? inputsOverride : targetDependencies(target);
Expand Down

0 comments on commit 7485274

Please sign in to comment.