From 5f763b7dc581d1f9078edbb668a48af40283a120 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 24 Sep 2025 21:04:46 -0700 Subject: [PATCH] resinator: work around error VARARGS not implemented for this compiler --- lib/compiler/resinator/preprocess.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compiler/resinator/preprocess.zig b/lib/compiler/resinator/preprocess.zig index 97b320d50d..a4f3dfd2f2 100644 --- a/lib/compiler/resinator/preprocess.zig +++ b/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",