| author | |
| committer | |
| log | e006281d79a31e10bdbc07b3e33427d719ec01df |
| tree | 06c0d704448fb944028f103c51170588e7b7fd8e |
| parent | 1f29b75f082660bf8393da5c41cd4ca855f5db88 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO/Zld.zig+1-1| ... | ... | @@ -2511,7 +2511,7 @@ fn addRpaths(self: *Zld, rpaths: []const []const u8) !void { |
| 2511 | 2511 | for (rpaths) |rpath| { |
| 2512 | 2512 | const cmdsize = @intCast(u32, mem.alignForwardGeneric( |
| 2513 | 2513 | u64, |
| 2514 | @sizeOf(macho.rpath_command) + rpath.len, | |
| 2514 | @sizeOf(macho.rpath_command) + rpath.len + 1, | |
| 2515 | 2515 | @sizeOf(u64), |
| 2516 | 2516 | )); |
| 2517 | 2517 | var rpath_cmd = emptyGenericCommandWithData(macho.rpath_command{ |