| author | |
| committer | |
| log | 9dc47599022e2969ef8975624cad630d14984080 |
| tree | 6842a9c6c746d9b461010d38146bba7924ccc2c6 |
| parent | a5dbb656b1271a51462005162a014576cf5260c1 |
Closes #24450.1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -334,6 +334,7 @@ fn mainArgs(gpa: Allocator, arena: Allocator, args: []const []const u8) !void { |
| 334 | 334 | return jitCmd(gpa, arena, cmd_args, .{ |
| 335 | 335 | .cmd_name = "std", |
| 336 | 336 | .root_src_path = "std-docs.zig", |
| 337 | .windows_libs = &.{"ws2_32"}, | |
| 337 | 338 | .prepend_zig_lib_dir_path = true, |
| 338 | 339 | .prepend_zig_exe_path = true, |
| 339 | 340 | .prepend_global_cache_path = true, |