avoid some build warnings on windows
This commit is contained in:
parent
42bdaaa5d7
commit
53fd746705
6 changed files with 15 additions and 5 deletions
|
@ -83,5 +83,7 @@ preferredBundledPrograms = catMaybes
|
|||
-- its kernel, and avoid using them if not available.
|
||||
]
|
||||
where
|
||||
#ifndef mingw32_HOST_OS
|
||||
ifset True s = Just s
|
||||
ifset False _ = Nothing
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue