add FIXME on libcxx check

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-05-28 08:18:35 +03:00
parent a2407e8448
commit 6bfdb040d9

View file

@ -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.
}
}
}