Skip to content

Commit 5f763b7

Browse files
committed
resinator: work around error VARARGS not implemented for this compiler
1 parent 41e5331 commit 5f763b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/compiler/resinator/preprocess.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ pub fn appendAroArgs(arena: Allocator, argv: *std.ArrayList([]const u8), options
9292
"-E",
9393
"--comments",
9494
"-fuse-line-directives",
95+
"-fgnuc-version=4.2.1",
9596
"--target=x86_64-windows-msvc",
9697
"--emulate=msvc",
9798
"-nostdinc",

0 commit comments

Comments
 (0)