projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7afab
)
hush build warning on OSX
author
Joey Hess
<joeyh@joeyh.name>
Fri, 13 Nov 2020 17:34:34 +0000
(13:34 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 13 Nov 2020 17:34:34 +0000
(13:34 -0400)
Assistant/Install/Menu.hs
patch
|
blob
|
history
diff --git
a/Assistant/Install/Menu.hs
b/Assistant/Install/Menu.hs
index f2a532efe1b3d263ae2abc2dad9e7b5ae0ec17ce..91fcd3baf59bf53ff7182aeac507b95b7a9244ae 100644
(file)
--- a/
Assistant/Install/Menu.hs
+++ b/
Assistant/Install/Menu.hs
@@
-16,7
+16,9
@@
import Utility.Path
import System.IO
import Utility.SystemDirectory
+#ifndef darwin_HOST_OS
import System.FilePath
+#endif
installMenu :: FilePath -> FilePath -> FilePath -> FilePath -> IO ()
#ifdef darwin_HOST_OS