-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS support #22
Comments
Turns out parsing mach-o files for mac is incredibly easy. Should not be hard to get this in :) |
Just some notes on getting started. macOS has imho a very awkard alternative to rpath and Suppose your executable lives in When resolving dependencies of So basically:
So it's awkward because both the executable and the dependent dylib has to be configured to support rpath :|. In any case, it should be straightforward to implement this strategy. -- Another issue is fat mach-o files that support multiple architectures. Not sure how to handle them |
It would be nice to have the same tool on the mac for locating
dylibs
.The text was updated successfully, but these errors were encountered: