summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:49:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:49:35 -0400
commit8f4cf7a753f1e9c1e8e8a6b1a5fd1bf5c9ad5440 (patch)
treecb26f8fba37914aaba2689100e91c82849fa06b6 /Build/NullSoftInstaller.hs
parentf2f40752d42121cb98845cdc820f788d8ec3d52a (diff)
more
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index e6c6cd79b..0376da5bf 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -130,6 +130,8 @@ cygwinPrograms :: [FilePath]
cygwinPrograms = map (\p -> p ++ ".exe") bundledPrograms
-- These are the dlls needed by Cygwin's rsync, ssh, etc.
+-- TODO: Use ldd (available in cygwin) to automatically find all
+-- needed libs.
cygwinDlls :: [FilePath]
cygwinDlls =
[ "cygwin1.dll"
@@ -158,4 +160,6 @@ cygwinDlls =
, "libssl.dll"
, "cyggcrypt-11.dll"
, "cyggpg-error-0.dll"
+ , "cygp11-kit-0.dll"
+ , "cygtasn1-3.dll"
]