diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/BundledPrograms.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index e875c4e96..ae49f3061 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -29,8 +29,12 @@ bundledPrograms = catMaybes , Just "xargs" #endif , Just "rsync" +#ifndef darwin_HOST_OS + -- OS X has ssh installed by default. + -- (Linux probably, but not guaranteed.) , Just "ssh" , Just "ssh-keygen" +#endif #ifndef mingw32_HOST_OS , Just "sh" #endif |