summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:10:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:10:30 -0400
commit6de78b19652f6e4e14c13f33faa9f100d1ae8b7a (patch)
tree17a46cfa1c6db31803f511235ffaeb2e10bd9670 /Build/NullSoftInstaller.hs
parent0a75ee2c3a84e7ad92c2735859d5741a0ad65bf9 (diff)
add libs needed by wget and curl
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
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"
]