| author | |
| committer | |
| log | 9dea0459c1a08cc11cbd79fd777ae8e738f499a0 |
| tree | 498747adbf84630f1b1a85b5c11b2e8ed220fe28 |
| parent | 3a0a9aa9b866ad8483d298c6b891f9b321303bb9 |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
tools/fetch_them_macos_headers.zig-2| ... | ... | @@ -350,8 +350,6 @@ fn fetchTarget( |
| 350 | 350 | }); |
| 351 | 351 | try cc_argv.appendSlice(args); |
| 352 | 352 | |
| 353 | // TODO instead of calling `cc` as a child process here, | |
| 354 | // hook in directly to `zig cc` API. | |
| 355 | 353 | const res = try std.process.Child.run(.{ |
| 356 | 354 | .allocator = arena, |
| 357 | 355 | .argv = cc_argv.items, |