| author | |
| committer | |
| log | ba6eb0b56c7bedee9e3a581811d41884fea7306e |
| tree | 9720f0bb16c1a9ef02dcf0b230d281f4dd3392d1 |
| parent | 9f2cb920c055bc990cc9d593b8dc9eaa450d07b9 |
| signature | Signed by SSH key SHA256:cf2/TFgSxv2uRX26INvFSw25Prr1Dy9H8MiRXgLpok4 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/mingw.zig+1| ... | ... | @@ -274,6 +274,7 @@ fn add_cc_args( |
| 274 | 274 | } |
| 275 | 275 | |
| 276 | 276 | pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { |
| 277 | if (build_options.only_core_functionality) @panic("building import libs not included in core functionality"); | |
| 277 | 278 | var arena_allocator = std.heap.ArenaAllocator.init(comp.gpa); |
| 278 | 279 | defer arena_allocator.deinit(); |
| 279 | 280 | const arena = arena_allocator.allocator(); |