mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
stage2: update mingw-w64 build logic to v10.0.0
This commit is contained in:
parent
e4ed8c3f37
commit
85f4e579d8
@ -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" }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user