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
The issue with musl is that it does not implement dlopen. I don't know how it works with X11, but on wayland, wayland-sys tries to open libwayland-client.so which is not possible.
The issue with musl is that it does not implement
dlopen. I don't know how it works with X11, but on wayland,wayland-systries to openlibwayland-client.sowhich is not possible.