fix build more

This commit is contained in:
Joey Hess 2016-02-23 12:48:18 -04:00
parent d04af5fb68
commit ae0a10618b
Failed to extract signature

View file

@ -29,8 +29,10 @@ extraBundledPrograms = catMaybes
-- On Windows, gpg is bundled with git for windows. -- On Windows, gpg is bundled with git for windows.
#ifndef mingw32_HOST_OS #ifndef mingw32_HOST_OS
[ SysConfig.gpg [ SysConfig.gpg
] #else
[
#endif #endif
]
{- Programs that should be preferred for use from the bundle, over {- Programs that should be preferred for use from the bundle, over
- any that might be installed on the system otherwise. These come before - any that might be installed on the system otherwise. These come before