mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
We can't link against libzip2.so.1 when building manylinux wheels, but
the only dependency which required this was "zip" and we don't appear to
make use of bzip2 in Anki.
This fixes the following "make build" error on Linux:
x maturin failed
Caused by: Failed to ensure manylinux compliance
Caused by: Your library is not manylinux compliant because it links the following forbidden libraries: ["libbz2.so.1"]
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
|
||
|---|---|---|
| .. | ||
| ftl | ||
| src | ||
| templates | ||
| tests/support | ||
| .gitignore | ||
| build.rs | ||
| Cargo.toml | ||
| Makefile | ||
| README.md | ||
| rust-toolchain | ||
To build from scratch, please see https://github.com/ankitects/anki