Fix a build failure on Windows.

This commit is contained in:
Joey Hess 2020-10-07 12:04:54 -04:00
parent 8c6f21c348
commit 20f86e43f7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 16 additions and 1 deletions

View file

@ -67,7 +67,7 @@ pidLockChildProcess cmd ps f a = do
let p' = p { env = Just ((v, PidF.pidLockEnvValue) : baseenv) }
withCreateProcess p' a
#else
gonopidlock
liftIO gonopidlock
#endif
{- Wrap around actions that may run a git-annex child process via a git