| author | |
| committer | |
| log | fda9a32fef30cd2ca8af14d97d076fe6d7572f45 |
| tree | cd29f80e39dc2705463172f05dabfab7776227e7 |
| parent | 3661133f989fefa64c58447dd0073b8c0e8050fc |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | ... | @@ -1290,7 +1290,7 @@ fn parseDependentDylibs(self: *MachO) !void { |
| 1290 | 1290 | } |
| 1291 | 1291 | try umbrella.rpaths.ensureUnusedCapacity(gpa, dep_dylib.rpaths.keys().len); |
| 1292 | 1292 | for (dep_dylib.rpaths.keys()) |rpath| { |
| 1293 | umbrella.rpaths.putAssumeCapacity(rpath, {}); | |
| 1293 | umbrella.rpaths.putAssumeCapacity(try gpa.dupe(u8, rpath), {}); | |
| 1294 | 1294 | } |
| 1295 | 1295 | } |
| 1296 | 1296 | } else { |