fix windows build

This commit is contained in:
Joey Hess 2022-09-26 12:08:04 -04:00
parent aff5e4376b
commit 98eb5ff84f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -127,5 +127,5 @@ runsGitAnnexChildProcessViaGit' r a = pidLockFile >>= \case
r' <- liftIO $ addGitEnv r v PidF.pidLockEnvValue
a r'
#else
runsGitAnnexChildProcessViaGit' r a = liftIO $ a r
runsGitAnnexChildProcessViaGit' r a = a r
#endif

View file

@ -40,3 +40,5 @@ Warning: Failed to decode module interface:
Decoding failure: Invalid magic: e49ceb0f
...
```
> [[fixed|done]] --[[Joey]]