fix build more
This commit is contained in:
parent
d04af5fb68
commit
ae0a10618b
1 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,10 @@ extraBundledPrograms = catMaybes
|
|||
-- On Windows, gpg is bundled with git for windows.
|
||||
#ifndef mingw32_HOST_OS
|
||||
[ SysConfig.gpg
|
||||
]
|
||||
#else
|
||||
[
|
||||
#endif
|
||||
]
|
||||
|
||||
{- Programs that should be preferred for use from the bundle, over
|
||||
- any that might be installed on the system otherwise. These come before
|
||||
|
|
Loading…
Reference in a new issue