diff options
| -rw-r--r-- | lib/compiler/resinator/preprocess.zig | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
