generate tmp in output directory

This commit is contained in:
Marc-Antoine Arnaud
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 31a2d889c5
commit 04400c4ab2
+1 -1
View File
@@ -889,7 +889,7 @@ fn main() {
],
);
let tmp = std::env::current_dir().unwrap().join("tmp");
let tmp = output().join("tmp");
if symlink_metadata(&tmp).is_err() {
create_dir(&tmp).expect("Failed to create temporary output dir");
}