OSX build fixes

This commit is contained in:
Joey Hess 2025-02-17 14:04:08 -04:00
parent 9f2ce19858
commit 1fb69fe01c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ ensureInstalled = ifM (isJust <$> getEnv "GIT_ANNEX_PACKAGE_INSTALL")
#ifdef darwin_HOST_OS #ifdef darwin_HOST_OS
autostartfile <- userAutoStart osxAutoStartLabel autostartfile <- userAutoStart osxAutoStartLabel
installAutoStart program autostartfile installAutoStart (fromOsPath program) autostartfile
#else #else
ifM osAndroid ifM osAndroid
( do ( do

View file

@ -165,7 +165,7 @@ ignored = ig . takeFileName
| f == literalOsPath ".gitignore" = True | f == literalOsPath ".gitignore" = True
| f == literalOsPath ".gitattributes" = True | f == literalOsPath ".gitattributes" = True
#ifdef darwin_HOST_OS #ifdef darwin_HOST_OS
| f == literlosPath ".DS_Store" = True | f == literalOsPath ".DS_Store" = True
#endif #endif
| otherwise = False | otherwise = False