forked from mirror/vulkan-zig
removed unnecessary run condition
This commit is contained in:
@@ -62,7 +62,6 @@ pub fn build(b: *std.Build) void {
|
|||||||
|
|
||||||
const triangle_run_cmd = b.addRunArtifact(triangle_exe);
|
const triangle_run_cmd = b.addRunArtifact(triangle_exe);
|
||||||
triangle_run_cmd.step.dependOn(b.getInstallStep());
|
triangle_run_cmd.step.dependOn(b.getInstallStep());
|
||||||
triangle_run_cmd.condition = .always;
|
|
||||||
|
|
||||||
const triangle_run_step = b.step("run-triangle", "Run the triangle example");
|
const triangle_run_step = b.step("run-triangle", "Run the triangle example");
|
||||||
triangle_run_step.dependOn(&triangle_run_cmd.step);
|
triangle_run_step.dependOn(&triangle_run_cmd.step);
|
||||||
|
|||||||
Reference in New Issue
Block a user