diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 11:10:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 11:10:30 -0400 |
commit | 6de78b19652f6e4e14c13f33faa9f100d1ae8b7a (patch) | |
tree | 17a46cfa1c6db31803f511235ffaeb2e10bd9670 | |
parent | 0a75ee2c3a84e7ad92c2735859d5741a0ad65bf9 (diff) |
add libs needed by wget and curl
-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 6963329a5..d39cd8bb5 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -151,4 +151,6 @@ cygwinDlls = , "cyggssapi-3.dll"
, "cygkrb5-26.dll"
, "cygz.dll"
+ , "cygidn-11.dll"
+ , "libcurl-4.dll"
]
|