Merge "Remove extra checkbuild argument from ninja tools command lines"
This commit is contained in:
@@ -51,7 +51,6 @@ func testForDanglingRules(ctx Context, config Config) {
|
|||||||
executable := config.PrebuiltBuildTool("ninja")
|
executable := config.PrebuiltBuildTool("ninja")
|
||||||
|
|
||||||
commonArgs := []string{}
|
commonArgs := []string{}
|
||||||
commonArgs = append(commonArgs, config.NinjaArgs()...)
|
|
||||||
commonArgs = append(commonArgs, "-f", config.CombinedNinjaFile())
|
commonArgs = append(commonArgs, "-f", config.CombinedNinjaFile())
|
||||||
args := append(commonArgs, "-t", "targets", "rule")
|
args := append(commonArgs, "-t", "targets", "rule")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user