authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-17 06:35:22+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-22 23:39:45+01:00
log1f5315e774684fb0f4a945f779a89d021588bba7
tree7b8b8c4fcee7a02332c3f4b8c1ebc436fc2bf4d2
parent9dea0459c1a08cc11cbd79fd777ae8e738f499a0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

fetch_them_macos_headers: Fix some file names.


1 files changed, 2 insertions(+), 2 deletions(-)

tools/fetch_them_macos_headers.zig+2-2
......@@ -315,8 +315,8 @@ fn fetchTarget(
315315 ver: Version,
316316 tmp: std.testing.TmpDir,
317317) !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";
320320 const tmp_path = try tmp.dir.realpathAlloc(arena, ".");
321321 const tmp_file_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, tmp_filename });
322322 const headers_list_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, headers_list_filename });