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
LWJGL is linked against the glibc as of now, which causes musl users to be unable to work with the library without significant restrictions. Thus, I'm asking to add Musl support to this wonderful piece of software!
The text was updated successfully, but these errors were encountered:
Just ran into this issue when messing around with modding Minecraft using the Fabric API and I agree with the original poster that compiling against musl would be very nice. Seeing as it is mostly a Java application and glibc is only gated against twice in the source code it does not seem at a glance to be too hard to get it compiling on musl. I will do a quick check to see how feasible it is.
Description
LWJGL is linked against the glibc as of now, which causes musl users to be unable to work with the library without significant restrictions. Thus, I'm asking to add Musl support to this wonderful piece of software!
The text was updated successfully, but these errors were encountered: