| ... | @@ -235,7 +235,7 @@ fn addSrcFile(arena: *Allocator, source_table: *std.StringArrayHashMap(Ext), fil | ... | @@ -235,7 +235,7 @@ fn addSrcFile(arena: *Allocator, source_table: *std.StringArrayHashMap(Ext), fil |
| 235 | const mutable_file_path = try arena.dupe(u8, file_path); | 235 | const mutable_file_path = try arena.dupe(u8, file_path); |
| 236 | for (mutable_file_path) |*c| { | 236 | for (mutable_file_path) |*c| { |
| 237 | if (c.* == '/') { | 237 | if (c.* == '/') { |
| 238 | c.* == path.sep; | 238 | c.* = path.sep; |
| 239 | } | 239 | } |
| 240 | } | 240 | } |
| 241 | break :blk mutable_file_path; | 241 | break :blk mutable_file_path; |