| ... | @@ -315,8 +315,8 @@ fn fetchTarget( | ... | @@ -315,8 +315,8 @@ fn fetchTarget( |
| 315 | ver: Version, | 315 | ver: Version, |
| 316 | tmp: std.testing.TmpDir, | 316 | tmp: std.testing.TmpDir, |
| 317 | ) !void { | 317 | ) !void { |
| 318 | const tmp_filename = "headers"; | 318 | const tmp_filename = "macos-headers"; |
| 319 | const headers_list_filename = "headers.o.d"; | 319 | const headers_list_filename = "macos-headers.o.d"; |
| 320 | const tmp_path = try tmp.dir.realpathAlloc(arena, "."); | 320 | const tmp_path = try tmp.dir.realpathAlloc(arena, "."); |
| 321 | const tmp_file_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, tmp_filename }); | 321 | const tmp_file_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, tmp_filename }); |
| 322 | const headers_list_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, headers_list_filename }); | 322 | const headers_list_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, headers_list_filename }); |