| ... | @@ -511,7 +511,7 @@ pub fn installLibraryHeaders(cs: *CompileStep, l: *CompileStep) void { | ... | @@ -511,7 +511,7 @@ pub fn installLibraryHeaders(cs: *CompileStep, l: *CompileStep) void { |
| 511 | const T = id.Type(); | 511 | const T = id.Type(); |
| 512 | const ptr = b.allocator.create(T) catch @panic("OOM"); | 512 | const ptr = b.allocator.create(T) catch @panic("OOM"); |
| 513 | ptr.* = step.cast(T).?.*; | 513 | ptr.* = step.cast(T).?.*; |
| 514 | ptr.step.owner = b; | 514 | ptr.dest_builder = b; |
| 515 | break :blk &ptr.step; | 515 | break :blk &ptr.step; |
| 516 | }, | 516 | }, |
| 517 | else => unreachable, | 517 | else => unreachable, |