mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
fetch_them_macos_headers: Fix some file names.
This commit is contained in:
parent
9dea0459c1
commit
1f5315e774
1 changed files with 2 additions and 2 deletions
|
|
@ -315,8 +315,8 @@ fn fetchTarget(
|
|||
ver: Version,
|
||||
tmp: std.testing.TmpDir,
|
||||
) !void {
|
||||
const tmp_filename = "headers";
|
||||
const headers_list_filename = "headers.o.d";
|
||||
const tmp_filename = "macos-headers";
|
||||
const headers_list_filename = "macos-headers.o.d";
|
||||
const tmp_path = try tmp.dir.realpathAlloc(arena, ".");
|
||||
const tmp_file_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, tmp_filename });
|
||||
const headers_list_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, headers_list_filename });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue