diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-01-04 22:41:34 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-01-08 11:52:38 -0700 |
| commit | 3f4c73ae938f228e13ccc4f2442d7a6cd38111be (patch) | |
| tree | 7a4cf25ce2246e8aef321a4812c47546982f64dc /src/Compilation.zig | |
| parent | c26bace6066fde8c0b6ca0ad8559ddb273a85e04 (diff) | |
| download | zig-3f4c73ae938f228e13ccc4f2442d7a6cd38111be.tar.gz zig-3f4c73ae938f228e13ccc4f2442d7a6cd38111be.zip | |
mingw: update from msvcrt to ucrt
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 602cd645a0..cfd1a2fc31 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -1821,7 +1821,6 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil const static_lib_jobs = [_]Job{ .{ .mingw_crt_file = .mingw32_lib }, - .{ .mingw_crt_file = .msvcrt_os_lib }, .{ .mingw_crt_file = .mingwex_lib }, .{ .mingw_crt_file = .uuid_lib }, }; |
