From 8f4cf7a753f1e9c1e8e8a6b1a5fd1bf5c9ad5440 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2013 11:49:35 -0400 Subject: more --- Build/NullSoftInstaller.hs | 4 ++++ 1 file changed, 4 insertions(+) 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" ] -- cgit v1.2.3