| ... | @@ -1571,7 +1571,7 @@ fn genHtml( | ... | @@ -1571,7 +1571,7 @@ fn genHtml( |
| 1571 | const target_info = try std.zig.system.NativeTargetInfo.detect( | 1571 | const target_info = try std.zig.system.NativeTargetInfo.detect( |
| 1572 | cross_target, | 1572 | cross_target, |
| 1573 | ); | 1573 | ); |
| 1574 | switch (host.getExternalExecutor(target_info, .{ | 1574 | switch (host.getExternalExecutor(&target_info, .{ |
| 1575 | .link_libc = code.link_libc, | 1575 | .link_libc = code.link_libc, |
| 1576 | })) { | 1576 | })) { |
| 1577 | .native => {}, | 1577 | .native => {}, |