| ... | @@ -535,6 +535,7 @@ pub const AssemblyOptions = struct { | ... | @@ -535,6 +535,7 @@ pub const AssemblyOptions = struct { |
| 535 | pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep { | 535 | pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep { |
| 536 | const obj_step = CompileStep.create(b, .{ | 536 | const obj_step = CompileStep.create(b, .{ |
| 537 | .name = options.name, | 537 | .name = options.name, |
| | 538 | .kind = .obj, |
| 538 | .root_source_file = null, | 539 | .root_source_file = null, |
| 539 | .target = options.target, | 540 | .target = options.target, |
| 540 | .optimize = options.optimize, | 541 | .optimize = options.optimize, |