Revert "build: fix Windows build failures in helpgen and framegen"

This reverts commit 704511465b8b04d6839fbaaf3323d9349693f04a.
This commit is contained in:
Mitchell Hashimoto
2026-03-22 14:10:12 -07:00
parent 48cf3f36cd
commit 0fdddd5bc2
3 changed files with 10 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ pub fn main() !void {
const alloc = gpa.allocator();
var buf: [4096]u8 = undefined;
var stdout = std.fs.File.stdout().writerStreaming(&buf);
var stdout = std.fs.File.stdout().writer(&buf);
const writer = &stdout.interface;
try writer.writeAll(
\\// THIS FILE IS AUTO GENERATED