Files
termux-packages/packages/onefetch/0002-rust-git-config-path.diff
termux-pacman-bot 18afed3d0e fix(main/onefetch): add termux_setup_cmake
It seems to be needed for build zlib wrapper of rust.
2022-10-28 03:11:37 +00:00

12 lines
330 B
Diff

--- 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<PathBuf>,