| author | |
| committer | |
| log | a23b1b425480b4e10c539d9032270487d9fe6cd0 |
| tree | 837f6cfebbbb985e484641d4ed9ade6ace5be6ff |
| parent | 1337f0bc6adf7f57466228efe09ba2c22e4683ae |
1 files changed, 1 insertions(+), 1 deletions(-)
src/musl.zig+1-1| ... | ... | @@ -235,7 +235,7 @@ fn addSrcFile(arena: *Allocator, source_table: *std.StringArrayHashMap(Ext), fil |
| 235 | 235 | const mutable_file_path = try arena.dupe(u8, file_path); |
| 236 | 236 | for (mutable_file_path) |*c| { |
| 237 | 237 | if (c.* == '/') { |
| 238 | c.* == path.sep; | |
| 238 | c.* = path.sep; | |
| 239 | 239 | } |
| 240 | 240 | } |
| 241 | 241 | break :blk mutable_file_path; |