fix OSX build
This commit is contained in:
parent
f4e5ed384a
commit
7c5c7bb04a
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ commitStaged msg = do
|
|||
- access the file after closing it. -}
|
||||
delayaddDefault :: Annex (Maybe Seconds)
|
||||
#ifdef darwin_HOST_OS
|
||||
delayaddDefault = ifM (isDirect || versionSupportsUnlockedPointers)
|
||||
delayaddDefault = ifM (isDirect <||> versionSupportsUnlockedPointers)
|
||||
( return Nothing
|
||||
, return $ Just $ Seconds 1
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue