diff options
Diffstat (limited to 'mingling_core/src/program.rs')
| -rw-r--r-- | mingling_core/src/program.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs index ce4a5fa..db5957b 100644 --- a/mingling_core/src/program.rs +++ b/mingling_core/src/program.rs @@ -4,6 +4,9 @@ use crate::{ShellContext, Suggest}; #[cfg(feature = "general_renderer")] use crate::error::GeneralRendererSerializeError; +#[cfg(not(windows))] +use std::env; + use crate::{ AnyOutput, ChainProcess, RenderResult, asset::dispatcher::Dispatcher, error::ProgramExecuteError, |
