fix build

This commit is contained in:
Joey Hess 2019-03-18 16:38:22 -04:00
parent 258e8f8f29
commit 572a340fc5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -24,6 +24,7 @@ bundledPrograms = preferredBundledPrograms ++ extraBundledPrograms
-} -}
extraBundledPrograms :: [FilePath] extraBundledPrograms :: [FilePath]
extraBundledPrograms = catMaybes extraBundledPrograms = catMaybes
[ Nothing
#ifndef darwin_HOST_OS #ifndef darwin_HOST_OS
#ifndef mingw32_HOST_OS #ifndef mingw32_HOST_OS
-- OS X has ssh installed by default. -- OS X has ssh installed by default.