| ... | @@ -764,8 +764,8 @@ fn failWithCacheError(s: *Step, man: *const Build.Cache.Manifest, err: Build.Cac | ... | @@ -764,8 +764,8 @@ fn failWithCacheError(s: *Step, man: *const Build.Cache.Manifest, err: Build.Cac |
| 764 | .file_open, .file_stat, .file_read, .file_hash => |op| { | 764 | .file_open, .file_stat, .file_read, .file_hash => |op| { |
| 765 | const pp = man.files.keys()[op.file_index].prefixed_path; | 765 | const pp = man.files.keys()[op.file_index].prefixed_path; |
| 766 | const prefix = man.cache.prefixes()[pp.prefix].path orelse ""; | 766 | const prefix = man.cache.prefixes()[pp.prefix].path orelse ""; |
| 767 | return s.fail("failed to check cache: '{s}{s}' {s} {s}", .{ | 767 | return s.fail("failed to check cache: '{s}{c}{s}' {s} {s}", .{ |
| 768 | prefix, pp.sub_path, @tagName(man.diagnostic), @errorName(op.err), | 768 | prefix, std.fs.path.sep, pp.sub_path, @tagName(man.diagnostic), @errorName(op.err), |
| 769 | }); | 769 | }); |
| 770 | }, | 770 | }, |
| 771 | }, | 771 | }, |