| ... | ... | @@ -23,7 +23,7 @@ pub fn create(builder: *std.Build, artifact: *CompileStep) *InstallArtifactStep |
| 23 | 23 | .artifact = artifact, |
| 24 | 24 | .dest_dir = artifact.override_dest_dir orelse switch (artifact.kind) { |
| 25 | 25 | .obj => @panic("Cannot install a .obj build artifact."), |
| 26 | | .@"test" => @panic("Cannot install a test build artifact, use addTestExe instead."), |
| 26 | .@"test" => @panic("Cannot install a .test build artifact, use .test_exe instead."), |
| 27 | 27 | .exe, .test_exe => InstallDir{ .bin = {} }, |
| 28 | 28 | .lib => InstallDir{ .lib = {} }, |
| 29 | 29 | }, |