fix windows build
This commit is contained in:
parent
aff5e4376b
commit
98eb5ff84f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -40,3 +40,5 @@ Warning: Failed to decode module interface:
|
|||
Decoding failure: Invalid magic: e49ceb0f
|
||||
...
|
||||
```
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue