Explorar o código

Fix `xtask` dir not found

徐启航 hai 1 ano
pai
achega
fa64147c3a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      xtask/src/dist.rs

+ 1 - 0
xtask/src/dist.rs

@@ -49,6 +49,7 @@ impl Dist {
         fs::create_dir_all(PathBuf::from(&target_root).join("sysroot/usr/lib"))?;
         fs::create_dir_all(src_root.join(H2O_KERNEL).join("target"))?;
         fs::create_dir_all(src_root.join("h2o/libs/syscall/target"))?;
+        fs::create_dir_all("debug")?;
 
         // Generate syscall stubs
         crate::gen::gen_syscall(