pub fn setLinkerScript(compile: *Compile, source: LazyPath) void
pub fn setLinkerScript(compile: *Compile, source: LazyPath) void { const graph = compile.step.owner.graph; compile.linker_script = source.dupe(graph); source.addStepDependencies(&compile.step); }