fetch_them_macos_headers: Remove a TODO we're probably never addressing.

This commit is contained in:
Alex Rønne Petersen 2024-12-17 06:35:09 +01:00
parent 3a0a9aa9b8
commit 9dea0459c1
No known key found for this signature in database

View File

@ -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,