nit: fix windows build (#5896)

This commit is contained in:
pyranota
2025-06-07 03:35:54 +02:00
committed by GitHub
parent 5ab4eca2f0
commit cb7d23ab0b
@@ -66,6 +66,7 @@ mount {
#[cfg(not(debug_assertions))]
const DEV_CONF_NSJAIL: &'static str = "";
#[cfg(not(windows))]
lazy_static::lazy_static! {
static ref CARGO_HOME_DEFAULT: String = format!("{}/.cargo", *HOME_DIR);
static ref RUSTUP_HOME_DEFAULT: String = format!("{}/.rustup", *HOME_DIR);