add FIXME on libcxx check
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
a2407e8448
commit
6bfdb040d9
1 changed files with 1 additions and 5 deletions
|
|
@ -127,11 +127,7 @@ pub fn check(build: &mut Build) {
|
|||
}
|
||||
}
|
||||
tool::LibcxxVersion::Llvm(_) => {
|
||||
eprintln!(
|
||||
"\nYour system is using libc++, which is incompatible with the `llvm.download-ci-llvm` option."
|
||||
);
|
||||
eprintln!("Disable `llvm.download-ci-llvm` or switch to libstdc++.");
|
||||
crate::exit!(1);
|
||||
// FIXME: Handle libc++ version check.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue