We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c14fa commit b79112dCopy full SHA for b79112d
src/mingw.zig
@@ -274,6 +274,7 @@ fn add_cc_args(
274
}
275
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");
278
var arena_allocator = std.heap.ArenaAllocator.init(comp.gpa);
279
defer arena_allocator.deinit();
280
const arena = arena_allocator.allocator();
0 commit comments