Skip to content

Commit 91ef6d1

Browse files
committed
docgen: update use of getExternalExecutor
1 parent df94626 commit 91ef6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docgen.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ fn genHtml(
15711571
const target_info = try std.zig.system.NativeTargetInfo.detect(
15721572
cross_target,
15731573
);
1574-
switch (host.getExternalExecutor(target_info, .{
1574+
switch (host.getExternalExecutor(&target_info, .{
15751575
.link_libc = code.link_libc,
15761576
})) {
15771577
.native => {},

0 commit comments

Comments
 (0)