Skip to content
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

[0.9.0](enhancement) Statically link newer SDL2.0 2.0.5 library #327

Open
BananaRama203 opened this issue Feb 24, 2020 · 0 comments
Open

Comments

@BananaRama203
Copy link

Currently AB, dumps .so to tmp and then LD_LIBRARY_PATHS them.

To the best of my knowledge, IF you NEED 2.0.5 instead of 2.0.4 then you can statically compile 2.0.5 but set the rest of the SDL2 libraries to point at the shared libs already on the console as they are compatible.

Any other 3rd party library that's not on the console and not required by any other binary within AB should be statically compiled with the .a also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant