Skip to content

Commit c634486

Browse files
kivikakkVexu
authored andcommitted
std.Build.addAssembly: add missing .kind
1 parent a5d25fa commit c634486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/Build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ pub const AssemblyOptions = struct {
535535
pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep {
536536
const obj_step = CompileStep.create(b, .{
537537
.name = options.name,
538+
.kind = .obj,
538539
.root_source_file = null,
539540
.target = options.target,
540541
.optimize = options.optimize,

0 commit comments

Comments
 (0)