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