From c90d07d0dd37e3631bf70bd01e68c7f818215a97 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 13:51:31 -0400 Subject: Windows: Remove wget from bundle; it needs libraries that are not included, and git for windows includes curl which git-annex will use instead. wget was broken even in the previous old release of the windows bundle, this is not new breakage. msys-idn-11.dll and probably more would be needed to use it. git for windows includes msys-idn2-0.dll instead. --- Build/BundledPrograms.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build') diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 271e1dd98..9e590bcf1 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -70,11 +70,13 @@ preferredBundledPrograms = catMaybes #ifndef mingw32_HOST_OS , Just "sh" #endif +#ifndef mingw32_HOST_OS #ifndef darwin_HOST_OS -- wget on OSX has been problematic, looking for certs in the wrong -- places. Don't ship it, use curl or the OSX's own wget if it has -- one. , ifset SysConfig.wget "wget" +#endif #endif , SysConfig.lsof , SysConfig.gcrypt -- cgit v1.2.3