-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
If I build with -j the build reliably fails. As part of the installation process the makefile calls install_name_tool before the dynamic library has been fully linked.
I can reliably get the build to complete every time by removing the -j option from make.
This is on MacOS X 14.5. Attached are the logs, I first demonstrate the build failing with make -j16 and then demonstrate it working with make -j1.
Metadata
Metadata
Assignees
Labels
No labels