mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
mingw: repair msvcrt-os build flags
__LIBMSVCRT__ is still used and is distinct from __LIBMSVCRT_OS__
This commit is contained in:
parent
efa25e7d5b
commit
2ccff51154
@ -106,6 +106,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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user