--- a/src/values/path.rs +++ b/src/values/path.rs @@ -170,7 +170,7 @@ Err(interpolate::Error::UserInterpolationUnsupported) } - #[cfg(not(windows))] + #[cfg(not(any(target_os = "windows", target_os = "android")))] fn interpolate_user( self, home_for_user: fn(&str) -> Option,