| author | |
| committer | |
| log | 9903587a6325f61a10e3cf9dbce53bf741d77595 |
| tree | 2bac6c1a9a2b240ce4a5ade936daca6c2f6b648b |
| parent | fd7feed04b8d10fd8f77a3106f068c071d2ad24c |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/Build/Step/Options.zig+2-1| ... | ... | @@ -415,7 +415,8 @@ pub fn addOptionPath( |
| 415 | 415 | name: []const u8, |
| 416 | 416 | path: LazyPath, |
| 417 | 417 | ) void { |
| 418 | options.args.append(.{ | |
| 418 | const arena = options.step.owner.allocator; | |
| 419 | options.args.append(arena, .{ | |
| 419 | 420 | .name = options.step.owner.dupe(name), |
| 420 | 421 | .path = path.dupe(options.step.owner), |
| 421 | 422 | }) catch @panic("OOM"); |