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 2cdafe9 commit 1914d1aCopy full SHA for 1914d1a
src/link/Lld.zig
@@ -505,7 +505,7 @@ fn coffLink(lld: *Lld, arena: Allocator) !void {
505
try argv.append(try allocPrint(arena, "-OUT:{s}", .{full_out_path}));
506
507
if (comp.emit_implib) |raw_emit_path| {
508
- const path = try comp.resolveEmitPathFlush(arena, .temp, raw_emit_path);
+ const path = try comp.resolveEmitPathFlush(arena, .artifact, raw_emit_path);
509
try argv.append(try allocPrint(arena, "-IMPLIB:{f}", .{path}));
510
}
511
0 commit comments