mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
add missing field to module creation
Fixes a merge conflict with one of mlugg's recent branches.
This commit is contained in:
parent
aa852f737b
commit
1397341540
@ -3941,6 +3941,7 @@ fn workerDocsWasmFallible(comp: *Compilation, prog_node: *std.Progress.Node) any
|
||||
.cc_argv = &.{},
|
||||
.parent = null,
|
||||
.builtin_mod = null,
|
||||
.builtin_modules = null, // there is only one module in this compilation
|
||||
});
|
||||
const bin_basename = try std.zig.binNameAlloc(arena, .{
|
||||
.root_name = root_name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user