fix build on windows

This commit is contained in:
Joey Hess 2023-03-03 12:58:39 -04:00
parent 3b0cedf15a
commit 398633c12b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 8 additions and 5 deletions

View file

@ -111,3 +111,8 @@ Git Annex is great. I use it several times a week with my multigigabyte backups,
[[!meta author=jkniiv]]
[[!meta title="windows: build fails starting from commit 54ad1b4cf"]]
> Kind of expected there would be something! The patch is almost right,
> but we're avoiding using System.PosixCompat.Files.getFileStatus
> since it doesn't support long paths, so have to use
> Utility.RawFilePath.getFileStatus instead. [[done]] --[[Joey]]