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
ELF libraries should have DT_SONAME set so that they can be loaded
properly. This is needed currently since we do not use proper CMake
support for Swift and that requires that we pass along the `-soname`
flag to the linker ourselves. Account for that. This improves loading
of swiftDispatch on android.
Signed-off-by: Kim Topley <[email protected]>
0 commit comments