-
Notifications
You must be signed in to change notification settings - Fork 45
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 rpaths #439
Fix rpaths #439
Conversation
|
|
Oh right, I think you mentioned this before. What was the actual problem with it? Unable to find SFML or something? |
Yeah it was something like that. Actually, I might be able to get it to work now using my from-source dependency builds. |
c206c41
to
d8c3c39
Compare
I got it working! |
It seems |
Yeah |
This adds a 1-file submodule which just contains my python script that detects and fixes broken rpath/dependency references in the app bundles. And extends SConstruct to make sure the submodule is cloned, and call the script automatically.
This theoretically would have fixed the problems behind #192 although the script might not cover every possible edge case.