You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: