Skip to content

Commit 8f64ecd

Browse files
committed
Merge branch 'fix/android_build'
2 parents 7643168 + 38b92ba commit 8f64ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-config-value/src/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl<'a> Path<'a> {
170170
Err(interpolate::Error::UserInterpolationUnsupported)
171171
}
172172

173-
#[cfg(not(windows))]
173+
#[cfg(not(any(target_os = "windows", target_os = "android")))]
174174
fn interpolate_user(
175175
self,
176176
home_for_user: fn(&str) -> Option<PathBuf>,

0 commit comments

Comments
 (0)