mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-31 17:11:22 +00:00
Revert "build: fix Windows build failures in helpgen and framegen"
This reverts commit 704511465b8b04d6839fbaaf3323d9349693f04a.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user