fix windows build
This commit is contained in:
parent
40adf643de
commit
bd5494bb9c
2 changed files with 3 additions and 1 deletions
|
@ -258,7 +258,7 @@ probeCrippledFileSystem'
|
||||||
-> Maybe (RawFilePath -> m ())
|
-> Maybe (RawFilePath -> m ())
|
||||||
-> m (Bool, [String])
|
-> m (Bool, [String])
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
probeCrippledFileSystem' _ _ _ _ = return (True, [])
|
probeCrippledFileSystem' _ _ _ = return (True, [])
|
||||||
#else
|
#else
|
||||||
probeCrippledFileSystem' tmp freezecontent thawcontent = do
|
probeCrippledFileSystem' tmp freezecontent thawcontent = do
|
||||||
let f = tmp P.</> "gaprobe"
|
let f = tmp P.</> "gaprobe"
|
||||||
|
|
|
@ -85,3 +85,5 @@ This then compiled cleanly and completed the test suite ok.
|
||||||
Git Annex is great. It works quite nicely with my multi-gigabyte backup files (largest around 180GB) via the BLAKE2B160E backend :)
|
Git Annex is great. It works quite nicely with my multi-gigabyte backup files (largest around 180GB) via the BLAKE2B160E backend :)
|
||||||
|
|
||||||
[[!meta author=jkniiv]]
|
[[!meta author=jkniiv]]
|
||||||
|
|
||||||
|
> Thank you! [[done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue