windows build fix
This commit is contained in:
parent
5fe41d3ef5
commit
1af8107fec
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ rsyncUrls o k = map use dirHashes
|
|||
#ifndef mingw32_HOST_OS
|
||||
hash h = h def k
|
||||
#else
|
||||
hash h = replace "\\" "/" (h k)
|
||||
hash h = replace "\\" "/" (h def k)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue