mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
parent
29bc6fc242
commit
68e4a57847
@ -1424,6 +1424,7 @@ fn genHtml(
|
||||
const result = try ChildProcess.exec(.{
|
||||
.allocator = allocator,
|
||||
.argv = build_args.items,
|
||||
.cwd = tmp_dir_name,
|
||||
.env_map = &env_map,
|
||||
.max_output_bytes = max_doc_file_size,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user