auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
550 stars 83 forks source link

Add --search-path suggestion #15

Closed tkent375 closed 3 years ago

tkent375 commented 8 years ago

Some of the dynamic libraries I build are interlinked with each other, and as part of the build, they get relocated when they are lipoed together to form combined 32-/64-bit libraries. The relocation invalidates the absolute pathnames embedded in them, so macdylibbundler cannot locate them. I added --search-path to my copy of macdylibbundler to get it to look in specific places if the absolute pathname lookup fails. If you like, I will provide the source for this change.

raccoonmonk commented 7 years ago

I'd love to see the source code.

geoffoxholm commented 6 years ago

submit a PR, please

SCG82 commented 3 years ago

Added in 9cf053f