mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
docgen: update use of getExternalExecutor
This commit is contained in:
parent
df9462690f
commit
91ef6d1173
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue