Skip to content

Commit b4ab950

Browse files
committed
fix windows
1 parent 2c8144e commit b4ab950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/zig-wrapper.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const std = @import("std");
5555
const fs = std.fs;
5656
const mem = std.mem;
5757
const process = std.process;
58-
const ChildProcess = std.ChildProcess;
58+
const ChildProcess = std.process.Child;
5959
const ArrayListUnmanaged = std.ArrayListUnmanaged;
6060
const sep = fs.path.sep_str;
6161

0 commit comments

Comments
 (0)