diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-23 12:48:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-23 12:48:18 -0400 |
commit | cbe97c7dbc1790a3647df5e986fc9b66ab3a1661 (patch) | |
tree | f62fce7715eba5046ec64c573d1609339689eee8 /Build | |
parent | e5f2789e003e9014b1b865ecc869514984d893e1 (diff) |
fix build more
Diffstat (limited to 'Build')
-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 |