authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-10-06 07:42:55-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-10-11 01:05:42-07:00
log85f4e579d8f3362dca11f1ccf89ffabc9d46e804
treeddfe166caf8b00b0e95cd12a493514673c4826dd
parente4ed8c3f373a6d06511b0210590cf6a4eda6da71

stage2: update mingw-w64 build logic to v10.0.0


1 files changed, 1 insertions(+), 1 deletions(-)

src/mingw.zig+1-1
...@@ -105,7 +105,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void {...@@ -105,7 +105,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void {
105 .msvcrt_os_lib => {105 .msvcrt_os_lib => {
106 const extra_flags = try arena.dupe([]const u8, &[_][]const u8{106 const extra_flags = try arena.dupe([]const u8, &[_][]const u8{
107 "-DHAVE_CONFIG_H",107 "-DHAVE_CONFIG_H",
108 "-D__LIBMSVCRT__",108 "-D__LIBMSVCRT_OS__",
109109
110 "-I",110 "-I",
111 try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "mingw", "include" }),111 try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "mingw", "include" }),