diff --git a/lib/compiler/resinator/preprocess.zig b/lib/compiler/resinator/preprocess.zig index 97b320d50d7017b0dfc75b8f934f1617314b2c34..a4f3dfd2f28ae94d743862856a207957b7885484 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",