germangb / minimp3-rs

minimp3 rust bindings + wrapper
MIT License
65 stars 20 forks source link

Building as part of a subcrate fails #26

Open sheosi opened 3 years ago

sheosi commented 3 years ago

Hello, I'm working on a workspace, when building a crate from the top crate build fails, however everything is fine is the command is run directly, that is, inside the crate folder and with no extra arguments.

Running cargo test --no-run --lib --package=lily_common --message-format=json... Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Compiling minimp3-sys v0.3.2 Compiling minimp3 v0.5.1 error: could not find native static library minimp3, perhaps an -L flag is missing?