| author | |
| committer | |
| log | 9d0256271758d24354aff7e5ba1d6927f5fe94f9 |
| tree | 34035122fda9f1680827a5259c33d8d0f0713a39 |
| parent | 632d1fb948f46ae09c8e3a5e12acedafde56084a |
1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -5012,6 +5012,7 @@ fn cmdBuild(gpa: Allocator, arena: Allocator, io: Io, args: []const []const u8, |
| 5012 | 5012 | }, |
| 5013 | 5013 | .failed = false, |
| 5014 | 5014 | }); |
| 5015 | continue; | |
| 5015 | 5016 | } else if (mem.eql(u8, arg, "--system")) { |
| 5016 | 5017 | if (i + 1 >= args.len) fatal("expected argument after '{s}'", .{arg}); |
| 5017 | 5018 | i += 1; |