| author | |
| committer | |
| log | c6344866f9f6a38acd41f4c0ed36dfe00896f825 |
| tree | d4e7db6b51d88ce5ef50c2117e17cf05976cba0f |
| parent | a5d25fabdaf7e68f375874b9bda402acaeb9545d |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Build.zig+1| ... | ... | @@ -535,6 +535,7 @@ pub const AssemblyOptions = struct { |
| 535 | 535 | pub fn addAssembly(b: *Build, options: AssemblyOptions) *CompileStep { |
| 536 | 536 | const obj_step = CompileStep.create(b, .{ |
| 537 | 537 | .name = options.name, |
| 538 | .kind = .obj, | |
| 538 | 539 | .root_source_file = null, |
| 539 | 540 | .target = options.target, |
| 540 | 541 | .optimize = options.optimize, |