mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
remove reference to removed addTestExe
This commit is contained in:
parent
72a7e3dc5e
commit
e712d5f03e
@ -23,7 +23,7 @@ pub fn create(builder: *std.Build, artifact: *CompileStep) *InstallArtifactStep
|
||||
.artifact = artifact,
|
||||
.dest_dir = artifact.override_dest_dir orelse switch (artifact.kind) {
|
||||
.obj => @panic("Cannot install a .obj build artifact."),
|
||||
.@"test" => @panic("Cannot install a test build artifact, use addTestExe instead."),
|
||||
.@"test" => @panic("Cannot install a .test build artifact, use .test_exe instead."),
|
||||
.exe, .test_exe => InstallDir{ .bin = {} },
|
||||
.lib => InstallDir{ .lib = {} },
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user