We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc282c commit 3b0ee35Copy full SHA for 3b0ee35
src/release.rs
@@ -473,6 +473,7 @@ pub async fn bootstrap_llvm() -> Result<PathBuf> {
473
let filename = url.path_segments().unwrap().last().unwrap();
474
475
let llvm_dir = Path::new("build").join("llvm");
476
+ std::fs::create_dir_all(&llvm_dir)?;
477
478
// If `llvm` is already available with the target version, return it.
479
if llvm_dir.join(filename).exists() {
0 commit comments