mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
docgen: update use of getExternalExecutor
This commit is contained in:
parent
df9462690f
commit
91ef6d1173
@ -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 => {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user