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.
This commit is contained in:
Joey Hess 2017-10-25 13:51:31 -04:00
parent 7dc477a4fc
commit 54e596894f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 5 additions and 1 deletions

View file

@ -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