You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: