Y
Hacker News
new
|
ask
|
show
|
jobs
by
joshvm
1652 days 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...