Commit 9dea0459c1

Alex Rønne Petersen <alex@alexrp.com>
2024-12-17 06:35:09
fetch_them_macos_headers: Remove a TODO we're probably never addressing.
1 parent 3a0a9aa
Changed files (1)
tools/fetch_them_macos_headers.zig
@@ -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,