| author | |
| committer | |
| log | 85b4b6e3b35dd6b70092ac006b6bd621332e258f |
| tree | 85e4226833df2653098c307e07d326a85db5fa49 |
| parent | 7efeedcd896b340a95cae50cd8c175a178465d8b |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/InstallArtifactStep.zig+1-1| ... | ... | @@ -21,7 +21,7 @@ pub fn create(builder: *std.Build, artifact: *CompileStep) *InstallArtifactStep |
| 21 | 21 | .builder = builder, |
| 22 | 22 | .step = Step.init(builder.allocator, .{ |
| 23 | 23 | .id = base_id, |
| 24 | .name = builder.fmt("install {s}", .{artifact.step.name}), | |
| 24 | .name = builder.fmt("install {s}", .{artifact.name}), | |
| 25 | 25 | .makeFn = make, |
| 26 | 26 | }), |
| 27 | 27 | .artifact = artifact, |