| author | |
| committer | |
| log | 91ef6d11734bd6976749aa373fa19a17f6ed85dd |
| tree | 5d71f304d95fd0b52c77f1b2a92d2068e59dce3b |
| parent | df9462690f9ca28e1b0fc3185f319c335cc3a32c |
1 files changed, 1 insertions(+), 1 deletions(-)
tools/docgen.zig+1-1| ... | ... | @@ -1571,7 +1571,7 @@ fn genHtml( |
| 1571 | 1571 | const target_info = try std.zig.system.NativeTargetInfo.detect( |
| 1572 | 1572 | cross_target, |
| 1573 | 1573 | ); |
| 1574 | switch (host.getExternalExecutor(target_info, .{ | |
| 1574 | switch (host.getExternalExecutor(&target_info, .{ | |
| 1575 | 1575 | .link_libc = code.link_libc, |
| 1576 | 1576 | })) { |
| 1577 | 1577 | .native => {}, |