dotnet / android-libzipsharp

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

Make 64 bit Linux native lib the default. #59

Closed dellis1972 closed 4 years ago

dellis1972 commented 4 years ago

Since 64bit OS's are more common we should make the 64 bit version of the native ibrary the default.

This helps when running under .net Core. But it will also allow us to easliy remove the 32 bit version in the future.