| ... | @@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c | ... | @@ -305,7 +305,7 @@ fn print_incl_dirs_to(w: fs.File.Writer, mod: u.Module, list: *std.ArrayList([]c |
| 305 | if (!local) { | 305 | if (!local) { |
| 306 | try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it}); | 306 | try w.print(" cache ++ _paths[{}] ++ \"{Z}\",\n", .{list.items.len-1, it}); |
| 307 | } else { | 307 | } else { |
| 308 | // try w.print(" ,\n", .{mod.clean_path, it}); | 308 | try w.print(" \"\",\n", .{mod.clean_path, it}); |
| 309 | } | 309 | } |
| 310 | } | 310 | } |
| 311 | for (mod.deps) |d| { | 311 | for (mod.deps) |d| { |