mirror of
https://github.com/simplex-chat/zip.git
synced 2026-06-03 09:17:33 +00:00
5a39029ceb
The bzlib-conduit library is causing us trouble when trying to cross-compile it for Windows. The best thing to do in our case is to remove the dependency. This change adds -fdisable-bzip2. Under this flag, if a caller attempts to compress or decompress a BZip2 entry, then an exception will be thrown. Resolves #57