mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
fetch_them_macos_headers: Remove a TODO we're probably never addressing.
This commit is contained in:
parent
3a0a9aa9b8
commit
9dea0459c1
@ -350,8 +350,6 @@ fn fetchTarget(
|
||||
});
|
||||
try cc_argv.appendSlice(args);
|
||||
|
||||
// TODO instead of calling `cc` as a child process here,
|
||||
// hook in directly to `zig cc` API.
|
||||
const res = try std.process.Child.run(.{
|
||||
.allocator = arena,
|
||||
.argv = cc_argv.items,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user