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
autostartfile <- userAutoStart osxAutoStartLabel
installAutoStart program autostartfile
installAutoStart (fromOsPath program) autostartfile
#else
ifM osAndroid
( do