I know that I can use the -change option of install_name_tool to change the name of a dependent shared library stored in a dylib, but is there a way to remove a dependent shared library, which I believe is a LC_LOAD_DYLIB command, so it won't show up when I run otool -L on the dylib?

link|improve this question
As far as I know this kind of thing isn't supported. I may be wrong, but I've not found the answer to it yet. What I do know is that certain hacks do work for me. I've gotten around the need to delete dependent library names by simply changing them to a directory (usually root: /). – Joel Feb 1 at 13:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.