mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
generate tmp in output directory
This commit is contained in:
committed by
Till Höppner
parent
31a2d889c5
commit
04400c4ab2
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user