OSX build fixes
This commit is contained in:
parent
9f2ce19858
commit
1fb69fe01c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue