zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 5f763b7dc581d1f9078edbb668a48af40283a120 (tree)
parent 41e5331c084b4ca75eae2d0a7f668b244a22f8d1
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 24 Sep 2025 21:04:46 -0700

resinator: work around error VARARGS not implemented for this compiler

Diffstat:
Mlib/compiler/resinator/preprocess.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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",