update libstdc++ compatibility error log
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
ad787c1034
commit
e2e1afaf6d
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ pub fn check(build: &mut Build) {
|
|||
eprintln!(
|
||||
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
|
||||
);
|
||||
eprintln!(
|
||||
"If you choose to upgrade libstdc++, run `x clean` or delete `build/host/libcxx-version` manually after the upgrade."
|
||||
);
|
||||
}
|
||||
}
|
||||
tool::LibcxxVersion::Llvm(_) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue