Commit c53484a
Reserve Mach-O header padding on macOS so install_name_tool can relocate.
Apple's new linker (ld_prime), used on macOS 15 runners, reserves far
less header padding than the old ld. Tools like Homebrew rewrite the
install name of installed dylibs, which needs spare header space; without
it the relink fails with "updated load commands do not fit in the header".
Mirrors pyca/cryptography#14777, which fixed the same regression there.
Fixes #200.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 69157e8 commit c53484a
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments