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.
abi-cafe
1 parent 9ad44ba commit b3df6dcCopy full SHA for b3df6dc
build_system/abi_cafe.rs
@@ -1,4 +1,4 @@
1
-use crate::path::Dirs;
+use crate::path::{Dirs, RelPath};
2
use crate::prepare::GitRepo;
3
use crate::utils::{spawn_and_wait, CargoProject, Compiler};
4
use crate::{build_sysroot, CodegenBackend, SysrootKind};
@@ -21,6 +21,7 @@ pub(crate) fn run(
21
rustup_toolchain_name: Option<&str>,
22
bootstrap_host_compiler: &Compiler,
23
) {
24
+ RelPath::DOWNLOAD.ensure_exists(dirs);
25
ABI_CAFE_REPO.fetch(dirs);
26
ABI_CAFE_REPO.patch(dirs);
27
0 commit comments