Skip to content

Commit 3cd8514

Browse files
committed
fix: hotfix: build error on non-windows targets
1 parent a31dbe2 commit 3cd8514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/processor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::{Logger, Progress};
22
use std::ffi::OsStr;
33
use std::fs::{create_dir_all, remove_file};
44
use std::io::ErrorKind;
5+
#[cfg(target_os = "windows")]
56
use std::os::windows::process::CommandExt;
67
use std::path::Path;
78
use std::process::{Command, Stdio};

0 commit comments

Comments
 (0)