docgen: update use of getExternalExecutor

This commit is contained in:
Jakub Konka 2023-10-06 16:04:57 +02:00
parent df9462690f
commit 91ef6d1173

View file

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