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 a5d25fa commit c634486Copy full SHA for c634486
lib/std/Build.zig
@@ -535,6 +535,7 @@ pub const AssemblyOptions = struct {
535
pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep {
536
const obj_step = CompileStep.create(b, .{
537
.name = options.name,
538
+ .kind = .obj,
539
.root_source_file = null,
540
.target = options.target,
541
.optimize = options.optimize,
0 commit comments