Commit b32eed8
committed
fix(build): drop explicit -lc++abi from the test stdlib link
libc++.1.dylib reexports its abi; linking libc++abi.dylib explicitly
alongside the system abi (loaded transitively via macOS frameworks)
doubled the __cxa_* runtime state — every test binary aborted before
main (exit 6) on the first macOS CI round.1 parent 9c5365b commit b32eed8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
405 | 410 | | |
406 | | - | |
| 411 | + | |
407 | 412 | | |
408 | 413 | | |
409 | 414 | | |
| |||
0 commit comments