authorgravatar for asherah@hrzn.eeAsherah Connor <asherah@hrzn.ee> 2023-02-09 08:45:49+11:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-02-11 14:24:13+02:00
logc6344866f9f6a38acd41f4c0ed36dfe00896f825
treed4e7db6b51d88ce5ef50c2117e17cf05976cba0f
parenta5d25fabdaf7e68f375874b9bda402acaeb9545d

std.Build.addAssembly: add missing .kind


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/Build.zig+1
......@@ -535,6 +535,7 @@ pub const AssemblyOptions = struct {
535535pub 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,