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