Open Sahnvour opened 2 months ago
Yes, this makes sense! Let's get #405 merged first though.
Does musl support dynamically loaded libraries? We need that for vulkan support
Do you mean dlopen
/dynamic linker? I guess so according to https://wiki.musl-libc.org/design-concepts
@Sahnvour are you interested to write a PR that adds musl support?
Unfortunately that's not something I have the time and knowledge to undertake.
Trying to use the prebuilt releases on a musl-based distribution, such as Alpine Linux, gives
I believe this is because the library expects glibc. Would it be feasible to provide builds that work on musl too?