diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-10-06 07:42:55 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-10-11 01:05:42 -0700 |
| commit | 85f4e579d8f3362dca11f1ccf89ffabc9d46e804 (patch) | |
| tree | ddfe166caf8b00b0e95cd12a493514673c4826dd /src/mingw.zig | |
| parent | e4ed8c3f373a6d06511b0210590cf6a4eda6da71 (diff) | |
| download | zig-85f4e579d8f3362dca11f1ccf89ffabc9d46e804.tar.gz zig-85f4e579d8f3362dca11f1ccf89ffabc9d46e804.zip | |
stage2: update mingw-w64 build logic to v10.0.0
Diffstat (limited to 'src/mingw.zig')
| -rw-r--r-- | src/mingw.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mingw.zig b/src/mingw.zig index e02984ee19..415edf0d28 100644 --- a/src/mingw.zig +++ b/src/mingw.zig @@ -105,7 +105,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { .msvcrt_os_lib => { const extra_flags = try arena.dupe([]const u8, &[_][]const u8{ "-DHAVE_CONFIG_H", - "-D__LIBMSVCRT__", + "-D__LIBMSVCRT_OS__", "-I", try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "mingw", "include" }), |
