libheif-sys
libheif-sys copied to clipboard
Rust bindings to libheif-dev
I get the following error while trying to compile: ``` note: ld: warning: ignoring duplicate libraries: '-lm' ld: library 'stdc++' not found clang: error: linker command failed with exit code...
failed build with `RUSTFLAGS='-C target-feature=+crt-static' cargo build --features=compile-libheif`
``` RUSTFLAGS='-C target-feature=+crt-static' cargo build --features=compile-libheif Updating crates.io index Locking 2 packages to latest compatible versions Updating bindgen v0.70.1 -> v0.71.1 Updating rustc-hash v1.1.0 -> v2.1.0 Downloaded rustc-hash v2.1.0 Downloaded...