diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 11:34:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 11:34:22 -0400 |
commit | 2ffe8e04dec9d2f45defa9615f3958b5be01f17b (patch) | |
tree | 45f4e07bc608e3f2e2261141d626a5f7dd38ca2a /Build/NullSoftInstaller.hs | |
parent | aef6fb79c8dfa05b1c5842de220e4c1cb34afc78 (diff) |
yet more wget and curl libs
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-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 8f2631d23..e0752024c 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -155,4 +155,6 @@ cygwinDlls = , "libcurl-4.dll"
, "cyggnutls-26.dll"
, "libcrypto.dll"
+ , "libssl.dll"
+ , "cyggcrypt-11.dll"
]
|