diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-23 12:30:11 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-23 12:30:11 -0400 |
commit | e5f2789e003e9014b1b865ecc869514984d893e1 (patch) | |
tree | 91e622aab85c11468a7778261c50f5aa48566ff0 /Build | |
parent | 61bf01bbaccb2a3dcb52b67e2fbc64838e8a3629 (diff) |
fix build error
Diffstat (limited to 'Build')
-rw-r--r-- | Build/BundledPrograms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index e21855519..f703902aa 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -29,8 +29,8 @@ extraBundledPrograms = catMaybes -- On Windows, gpg is bundled with git for windows. #ifndef mingw32_HOST_OS [ SysConfig.gpg -#endif ] +#endif {- Programs that should be preferred for use from the bundle, over - any that might be installed on the system otherwise. These come before |