Commit 5f763b7dc5

Andrew Kelley <andrew@ziglang.org>
2025-09-25 06:04:46
resinator: work around error VARARGS not implemented for this compiler
1 parent 41e5331
Changed files (1)
lib
compiler
resinator
lib/compiler/resinator/preprocess.zig
@@ -92,6 +92,7 @@ pub fn appendAroArgs(arena: Allocator, argv: *std.ArrayList([]const u8), options
         "-E",
         "--comments",
         "-fuse-line-directives",
+        "-fgnuc-version=4.2.1",
         "--target=x86_64-windows-msvc",
         "--emulate=msvc",
         "-nostdinc",