-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix dyld issue on macOS #8
Conversation
Assuming this works we should do the same in smcli |
This does fix
Imo instead of overwriting the path in Since we statically link the finished binary I'm OK with this change, but if it would be dynamically linked the application couldn't be started without setting the |
See comment here: spacemeshos/spacemesh-sdk#5 (comment) Basically, I don't think this is possible because we don't know the "right" rpath at build time. It's relative to the location of the dylib on this side when we run |
The change did the trick, See my comment here: spacemeshos/spacemesh-sdk#5 (comment) |
Updating per spacemeshos/spacemesh-sdk#5 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lrettig! ❤️
Update SDK dependency version
Fixes #6
Replaces #7
@fasmat this clears up the issue for me. Could you give it a shot?