diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 11:23:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 11:23:39 -0400 |
commit | 2985bcad99b0bf31ef76c3aae33a3857519870b3 (patch) | |
tree | a705737a7199408778ca0f39a1f6bf6294c5c06a /Build | |
parent | dca57167ebffc19efa44b42571a8d17860d5531e (diff) |
more libs for wget and curl
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index d39cd8bb5..8f2631d23 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"
]
|