| ... | @@ -2524,7 +2524,10 @@ pub const LazyPath = union(enum) { | ... | @@ -2524,7 +2524,10 @@ pub const LazyPath = union(enum) { |
| 2524 | .up = gen.up, | 2524 | .up = gen.up, |
| 2525 | .sub_path = dupePathInner(allocator, gen.sub_path), | 2525 | .sub_path = dupePathInner(allocator, gen.sub_path), |
| 2526 | } }, | 2526 | } }, |
| 2527 | .dependency => |dep| .{ .dependency = dep }, | 2527 | .dependency => |dep| .{ .dependency = .{ |
| | 2528 | .dependency = dep.dependency, |
| | 2529 | .sub_path = dupePathInner(allocator, dep.sub_path), |
| | 2530 | } }, |
| 2528 | }; | 2531 | }; |
| 2529 | } | 2532 | } |
| 2530 | }; | 2533 | }; |