abba23/spotify-adblock

Error during make

LeFaucheur0769 opened this issue · 1 comments

I get this when I try to install the app:

# cargo build --profile release
cargo build --release
error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `rustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1)
  --- stderr
  error: unknown print request `split-debuginfo`

make: *** [Makefile:14 : target/release/libspotifyadblock.so] Erreur 101
abba23 commented

According to this issue, that error might be caused by a mismatch between your Rust and Cargo version.