Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
More helpful message when libc is not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
koutheir committed Feb 10, 2024
1 parent dc03592 commit 61f0772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub enum Error {
#[error("binary format '{format}' of file '{path}' is recognized but unsupported")]
UnsupportedBinaryFormat { format: String, path: PathBuf },

#[error("dependent C runtime library is not recognized")]
#[error("dependent C runtime library is not recognized. Consider specifying --sysroot, --libc or --libc-spec")]
UnrecognizedNeededLibC,

#[error("dependent C runtime library '{0}' was not found")]
Expand Down

0 comments on commit 61f0772

Please sign in to comment.