mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
fetch_them_macos_headers: Fix some file names.
This commit is contained in:
parent
9dea0459c1
commit
1f5315e774
@ -315,8 +315,8 @@ fn fetchTarget(
|
|||||||
ver: Version,
|
ver: Version,
|
||||||
tmp: std.testing.TmpDir,
|
tmp: std.testing.TmpDir,
|
||||||
) !void {
|
) !void {
|
||||||
const tmp_filename = "headers";
|
const tmp_filename = "macos-headers";
|
||||||
const headers_list_filename = "headers.o.d";
|
const headers_list_filename = "macos-headers.o.d";
|
||||||
const tmp_path = try tmp.dir.realpathAlloc(arena, ".");
|
const tmp_path = try tmp.dir.realpathAlloc(arena, ".");
|
||||||
const tmp_file_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, tmp_filename });
|
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 });
|
const headers_list_path = try fs.path.join(arena, &[_][]const u8{ tmp_path, headers_list_filename });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user