| author | |
| committer | |
| log | 85f4e579d8f3362dca11f1ccf89ffabc9d46e804 |
| tree | ddfe166caf8b00b0e95cd12a493514673c4826dd |
| parent | e4ed8c3f373a6d06511b0210590cf6a4eda6da71 |
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 | 105 | .msvcrt_os_lib => { |
| 106 | 106 | const extra_flags = try arena.dupe([]const u8, &[_][]const u8{ |
| 107 | 107 | "-DHAVE_CONFIG_H", |
| 108 | "-D__LIBMSVCRT__", | |
| 108 | "-D__LIBMSVCRT_OS__", | |
| 109 | 109 | |
| 110 | 110 | "-I", |
| 111 | 111 | try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "mingw", "include" }), |