| author | |
| committer | |
| log | 79ef96b6a4af3fff751d5d7ad679634643c4fc6e |
| tree | 37c1fc837ce9b526254b732dc8d77d8c4444bdb7 |
| parent | 8a2d12d7075fe5eb68e12ccb2b662981b71ae677 |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/special/init-exe/build.zig+3| ... | ... | @@ -18,6 +18,9 @@ pub fn build(b: *Builder) void { |
| 18 | 18 | |
| 19 | 19 | const run_cmd = exe.run(); |
| 20 | 20 | run_cmd.step.dependOn(b.getInstallStep()); |
| 21 | if (b.args) |args| { | |
| 22 | run_cmd.addArgs(args); | |
| 23 | } | |
| 21 | 24 | |
| 22 | 25 | const run_step = b.step("run", "Run the app"); |
| 23 | 26 | run_step.dependOn(&run_cmd.step); |