You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ksud: fix windows build again
This commit is contained in:
@@ -182,6 +182,7 @@ pub fn root_shell() -> Result<()> {
|
|||||||
|
|
||||||
let mut command = &mut Command::new(&shell);
|
let mut command = &mut Command::new(&shell);
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
if !preserve_env {
|
if !preserve_env {
|
||||||
// This is actually incorrect, i don't know why.
|
// This is actually incorrect, i don't know why.
|
||||||
// command = command.env_clear();
|
// command = command.env_clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user