This commit is contained in:
parent
487abc057f
commit
13e43528b5
|
@ -56,7 +56,6 @@ pub fn build(b: *Builder) !void {
|
||||||
|
|
||||||
const is_strip = b.option(bool, "strip", "strip exe") orelse true;
|
const is_strip = b.option(bool, "strip", "strip exe") orelse true;
|
||||||
exe.strip = !is_strip;
|
exe.strip = !is_strip;
|
||||||
exe.install();
|
|
||||||
|
|
||||||
const run_cmd = exe.run();
|
const run_cmd = exe.run();
|
||||||
run_cmd.step.dependOn(b.getInstallStep());
|
run_cmd.step.dependOn(b.getInstallStep());
|
||||||
|
@ -97,4 +96,6 @@ pub fn build(b: *Builder) !void {
|
||||||
b.getInstallStep().dependOn(codegen);
|
b.getInstallStep().dependOn(codegen);
|
||||||
test_step.dependOn(codegen);
|
test_step.dependOn(codegen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exe.install();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user