run_command for ubuntu build

This commit is contained in:
SpikeHD
2022-09-03 22:22:01 -07:00
parent b624ef693e
commit ed473ad659

View File

@@ -3,6 +3,9 @@
* https://github.com/omjadas/hudsucker/blob/main/examples/log.rs
*/
#[cfg(target_os = "linux")]
use crate::system_helpers::run_command;
use once_cell::sync::Lazy;
use std::{path::PathBuf, str::FromStr, sync::Mutex};