| author | |
| committer | |
| log | 04cae4652fa97838da52c53e44171fa58d33f595 |
| tree | c72d8ef4e41db6f35730e9041ec546d56ae106ef |
| parent | ae4c19e2d7ddaa6724248230d038d699fd12f0b7 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd_fetch.zig+1-1| ... | ... | @@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c |
| 305 | 305 | if (!local) { |
| 306 | 306 | try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it}); |
| 307 | 307 | } else { |
| 308 | try w.print(" \"\",\n", .{mod.clean_path, it}); | |
| 308 | try w.print(" \"\",\n", .{}); | |
| 309 | 309 | } |
| 310 | 310 | } |
| 311 | 311 | for (mod.deps) |d| { |