diff options
Diffstat (limited to 'Build/BundledPrograms.hs')
-rw-r--r-- | Build/BundledPrograms.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index f703902aa..4e6d2081e 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -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 |