top | item 29438541 (no title) jmarcher | 4 years ago Is there anything remotely close to this for macOS? discuss order hn newest joshvm|4 years ago 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... diimdeep|4 years ago Check out https://github.com/kwin/macdependency
joshvm|4 years ago 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...
joshvm|4 years ago
https://github.com/jveitchmichaelis/deeplabel/blob/master/fi...
diimdeep|4 years ago