erikas-taroza / audiotags

Read and write audio metadata in Flutter. Supports multiple formats.
https://pub.dev/packages/audiotags
MIT License
9 stars 4 forks source link

musl libc support? #15

Closed sodomon2 closed 1 month ago

sodomon2 commented 1 month ago

Hey, nice library, unfortunately it doesn't have musl support since the precompiled lib is linked against glibc, I was wondering if you could add musl support

or if there is a way to build the libaudiotags.so locally

erikas-taroza commented 1 month ago

Hello.

I will look into it. It should be possible since there aren't many dependencies.

erikas-taroza commented 1 month ago

The binary is now compiled to the x86_64-unknown-linux-musl target. Please try the new version 1.4.0