avoid trying to include gpg in bundle on Windows
This commit is contained in:
parent
67dc0d238f
commit
63e6f08e0b
1 changed files with 3 additions and 0 deletions
|
@ -26,7 +26,10 @@ extraBundledPrograms :: [FilePath]
|
|||
extraBundledPrograms = catMaybes
|
||||
-- The system gpg is probably better, because it may better
|
||||
-- integrate with the system gpg-agent, etc.
|
||||
-- On Windows, gpg is bundled with git for windows.
|
||||
#ifndef mingw32_HOST_OS
|
||||
[ SysConfig.gpg
|
||||
#endif
|
||||
]
|
||||
|
||||
{- Programs that should be preferred for use from the bundle, over
|
||||
|
|
Loading…
Reference in a new issue