Hacker News new | ask | show | jobs
by jmarcher 1652 days ago
Is there anything remotely close to this for macOS?
2 comments

You can use things like `otool` which will tell you what path to the library the binary is expecting. Here's a tool I wrote to fix paths recursively for an application, for example:

https://github.com/jveitchmichaelis/deeplabel/blob/master/fi...