From 174b1275eef97e3cf6746d21004ef63da81ce64c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2013 11:23:39 -0400 Subject: [PATCH] more libs for wget and curl --- Build/NullSoftInstaller.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index d39cd8bb5a..8f2631d239 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -153,4 +153,6 @@ cygwinDlls = , "cygz.dll" , "cygidn-11.dll" , "libcurl-4.dll" + , "cyggnutls-26.dll" + , "libcrypto.dll" ]