dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Use static libraries for libzip.so. #44

Closed dellis1972 closed 4 years ago

dellis1972 commented 4 years ago

Context https://github.com/xamarin/xamarin-android/issues/4100

We should statically link the dependencies so that libzip will work on older versions of Linux which do not have the required libraries installed.