Function addArtifactArg [src]
Prototype
pub fn addArtifactArg(run: *Run, artifact: *Step.Compile) void
Parameters
run: *Run
artifact: *Step.Compile
Source
pub fn addArtifactArg(run: *Run, artifact: *Step.Compile) void {
run.addPrefixedArtifactArg("", artifact);
}