auriamg / macdylibbundler

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

Use otool -l to collect dylib dependencies instead of otool -L #50

Closed SCG82 closed 4 years ago

SCG82 commented 4 years ago

The output of otool -L contains the file's ID as the first line (for dylibs that have an ID). Using otool -l also avoids collecting weakly linked dylibs.