mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.Build.addAssembly: add missing .kind
This commit is contained in:
parent
a5d25fabda
commit
c6344866f9
@ -535,6 +535,7 @@ pub const AssemblyOptions = struct {
|
||||
pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep {
|
||||
const obj_step = CompileStep.create(b, .{
|
||||
.name = options.name,
|
||||
.kind = .obj,
|
||||
.root_source_file = null,
|
||||
.target = options.target,
|
||||
.optimize = options.optimize,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user